diff options
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index df4d005..afd1b70 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -35,18 +35,18 @@ in paperkey openjdk8 virt-manager - xdotool#needed for xmobar clickable workspaces + xdotool #needed for xmobar clickable workspaces ] ++ (with pkgs.custom; [ smart-wallpaper dwmbar + xmonadctl ]); }; xsession.windowManager.xmonad = { enable = true; enableContribAndExtras = true; - #extraPackages = pkgs: [pkgs.xmonadctl]; config = dotfiles + "/xmonad.hs"; }; |