summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-02-08 13:31:03 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-02-08 13:31:03 +0900
commitf03ce60bd228734ef64c1ae5eaee639332bb1dc2 (patch)
treead363b88d381762a347dc3b307152399c7dc3dd9
parentb2c658ca1176f8985ea75f10519a5630244b2d87 (diff)
downloadnixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar.gz
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar.bz2
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar.lz
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar.xz
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.tar.zst
nixpkgs-f03ce60bd228734ef64c1ae5eaee639332bb1dc2.zip
i3service: remove dmenu and i3 from env packages
-rw-r--r--nixos/modules/services/x11/window-managers/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/i3.nix b/nixos/modules/services/x11/window-managers/i3.nix
index d43dacb1be6..2e2e10cc33b 100644
--- a/nixos/modules/services/x11/window-managers/i3.nix
+++ b/nixos/modules/services/x11/window-managers/i3.nix
@@ -34,6 +34,6 @@ in
         '';
       }];
     };
-    environment.systemPackages = with pkgs; [ i3 i3status dmenu ];
+    environment.systemPackages = with pkgs; [ i3 ];
   };
 }