about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-06 20:06:32 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-06 20:06:32 +0200
commitd8011aef9b08828e969474a83c7d63a88defe210 (patch)
tree01a4e0c44883cf445e91a374e3fa1dd66189d031 /hosts
parentXMonad+XMobar: add clickable workspaces (diff)
downloadnixos-config-d8011aef9b08828e969474a83c7d63a88defe210.tar.gz
nixos-config-d8011aef9b08828e969474a83c7d63a88defe210.tar.bz2
nixos-config-d8011aef9b08828e969474a83c7d63a88defe210.zip
fmt
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix4
-rw-r--r--hosts/luna/home.nix1
-rw-r--r--hosts/phobos/home.nix1
-rw-r--r--hosts/vm/home.nix1
4 files changed, 2 insertions, 5 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";
   };
 
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index 1f2b664..c4ca306 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -16,7 +16,6 @@ in
     kindlegen
     manga-cli
     mov-cli
-    xmonadctl
   ]);
 
   programs.firefox.profiles.default.settings = {
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 9913083..5ad1cdd 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -16,7 +16,6 @@ in
     kindlegen
     manga-cli
     mov-cli
-    xmonadctl #in extraPackages
   ]);
 
   programs.firefox.profiles.default.settings = {
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix
index 6f442ce..3fb6e57 100644
--- a/hosts/vm/home.nix
+++ b/hosts/vm/home.nix
@@ -8,7 +8,6 @@ in
     qtcreator
   ] ++
   (with pkgs.custom; [
-    xmonadctl
   ]);
 
   xdg.configFile = {