diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-04 11:48:31 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 14:12:47 +0200 |
commit | 834f19223d817258108ad780a1bde2058ab3ee17 (patch) | |
tree | d7e954b3424b247200b07f9058a0e0364600a51f /hosts/phobos | |
parent | fmt (diff) | |
download | nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.gz nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.bz2 nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.zip |
Switch windowmanager to xmonad
Diffstat (limited to 'hosts/phobos')
-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") + '' |