diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/phobos/home.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 8891df0..f235f93 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -16,12 +16,9 @@ in kindlegen manga-cli mov-cli + xmonadctl ]); - home.sessionVariables = { - LOCATION = "${location}"; - }; - programs.firefox.profiles.default.settings = { "media.ffmpeg.vaapi.enabled" = true; #Hardware acceleration }; @@ -51,7 +48,7 @@ in ''; "sxhkd/sxhkdrc".text = - builtins.readFile (dotfiles + "/sxhkd/dwm") + + builtins.readFile (dotfiles + "/sxhkd/xmonad") + builtins.readFile (dotfiles + "/sxhkd/base") + '' |