0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

i3service: remove dmenu and i3 from env packages

This commit is contained in:
Eric Sagnes 2016-02-08 13:31:03 +09:00
parent b2c658ca11
commit f03ce60bd2

View file

@ -34,6 +34,6 @@ in
'';
}];
};
environment.systemPackages = with pkgs; [ i3 i3status dmenu ];
environment.systemPackages = with pkgs; [ i3 ];
};
}