diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-06 20:06:32 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-06 20:06:32 +0200 |
commit | d8011aef9b08828e969474a83c7d63a88defe210 (patch) | |
tree | 01a4e0c44883cf445e91a374e3fa1dd66189d031 /hosts/home.nix | |
parent | XMonad+XMobar: add clickable workspaces (diff) | |
download | nixos-config-d8011aef9b08828e969474a83c7d63a88defe210.tar.gz nixos-config-d8011aef9b08828e969474a83c7d63a88defe210.tar.bz2 nixos-config-d8011aef9b08828e969474a83c7d63a88defe210.zip |
fmt
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"; }; |