diff options
| author | Baitinq <[email protected]> | 2022-07-04 11:48:31 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-05 14:12:47 +0200 |
| commit | 3035b90b4383a4cd5042f6d330efc3819f08d03c (patch) | |
| tree | df3e076f7121576425f299348cda0d6109c22a30 /hosts/phobos/home.nix | |
| parent | fmt (diff) | |
| download | nixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.tar.gz nixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.tar.bz2 nixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.zip | |
Switch windowmanager to xmonad
Diffstat (limited to 'hosts/phobos/home.nix')
| -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") + '' |