all repos — nixfiles @ 6e95ba073f09f9c85b0ec4b392f54e9f8c881f96

System and user configuration, managed by nix and home-manager

i3: don't add i3lock-color to path

Run with xautolock instead
Alan Pearce alan@alanpearce.eu
Mon, 16 Sep 2019 16:19:24 +0200
commit

6e95ba073f09f9c85b0ec4b392f54e9f8c881f96

parent

3ca26e78cdf8115940fb26d94e232547c42f41e6

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M modules/programs/i3.nixmodules/programs/i3.nix
@@ -10,7 +10,6 @@ }; 
   environment.systemPackages = with pkgs; [
     i3status
-    i3lock-color
   ];
 
   imports = [