summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-06 11:54:18 +0200
committerAlan Pearce2019-09-06 11:54:18 +0200
commitde693c7795cd7d693ef327ec2cca06563668633a (patch)
treeb8bba8952401c8417c4d066f962b32b93758595b
parent6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694 (diff)
downloadnixos-configuration-de693c7795cd7d693ef327ec2cca06563668633a.tar.lz
nixos-configuration-de693c7795cd7d693ef327ec2cca06563668633a.tar.zst
nixos-configuration-de693c7795cd7d693ef327ec2cca06563668633a.zip
window-manager: fix xautolock
-rw-r--r--modules/programs/window-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix
index 313bd45..c0322ac 100644
--- a/modules/programs/window-manager.nix
+++ b/modules/programs/window-manager.nix
@@ -16,7 +16,7 @@
    };
     xautolock = {
       enable = true;
-      locker = "${pkgs.i3lock-color}";
+      locker = "${pkgs.i3lock-color}/bin/i3lock-color";
       time = 5;
     };
   };