diff options
author | Alan Pearce | 2019-09-16 16:19:24 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-16 16:19:24 +0200 |
commit | 6e95ba073f09f9c85b0ec4b392f54e9f8c881f96 (patch) | |
tree | 9d6afbdde726c09921aadb9cc984fab3004eef25 | |
parent | 3ca26e78cdf8115940fb26d94e232547c42f41e6 (diff) | |
download | nixos-configuration-6e95ba073f09f9c85b0ec4b392f54e9f8c881f96.tar.lz nixos-configuration-6e95ba073f09f9c85b0ec4b392f54e9f8c881f96.tar.zst nixos-configuration-6e95ba073f09f9c85b0ec4b392f54e9f8c881f96.zip |
i3: don't add i3lock-color to path
Run with xautolock instead
-rw-r--r-- | modules/programs/i3.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/programs/i3.nix b/modules/programs/i3.nix index f73664e..b18d1bc 100644 --- a/modules/programs/i3.nix +++ b/modules/programs/i3.nix @@ -10,7 +10,6 @@ environment.systemPackages = with pkgs; [ i3status - i3lock-color ]; imports = [ |