From dce2c3c26a2ff9770bbba2a00471c03ab321c472 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 30 Dec 2024 11:35:14 +0100 Subject: fmt --- hosts/luna/default.nix | 16 +++++++++++----- hosts/luna/home.nix | 38 ++++++++++++++++++++++++-------------- 2 files changed, 35 insertions(+), 19 deletions(-) (limited to 'hosts/luna') diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 2fde132..0bb60f6 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,6 +1,14 @@ -{ config, pkgs, lib, secrets, hostname, inputs, user, ... }: { - - imports = [ ]; +{ + config, + pkgs, + lib, + secrets, + hostname, + inputs, + user, + ... +}: { + imports = []; services = { # Configure keymap in X11 @@ -25,6 +33,4 @@ environment.systemPackages = with pkgs; [ ]; - } - diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 1169b3c..b230601 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -1,12 +1,23 @@ -{ config, lib, pkgs, inputs, user, hostname, location, secrets, dotfiles, ... }: { - home.packages = with pkgs; [ - xorg.xmodmap - trackma - adl - ] ++ - (with pkgs.custom; [ - ]); + config, + lib, + pkgs, + inputs, + user, + hostname, + location, + secrets, + dotfiles, + ... +}: { + home.packages = with pkgs; + [ + xorg.xmodmap + trackma + adl + ] + ++ (with pkgs.custom; [ + ]); programs.firefox.profiles.default.settings = { "gfx.webrender.all" = true; @@ -38,12 +49,12 @@ ''; "sxhkd/sxhkdrc".text = - builtins.readFile "${dotfiles}/sxhkd/xmonad" + - builtins.readFile "${dotfiles}/sxhkd/base" + - '' - + builtins.readFile "${dotfiles}/sxhkd/xmonad" + + builtins.readFile "${dotfiles}/sxhkd/base" + + '' + #enter and leave game mode - alt + shift + F11: ctrl + shift + F11 + alt + shift + F11: ctrl + shift + F11 pkill -ALRM sxhkd # Make sxhkd reload its configuration files @@ -158,5 +169,4 @@ ! bind Super+L to search keycode 133 = XF86Search ''; - } -- cgit 1.4.1