diff --git a/modules/home/xorg/i3/default.nix b/modules/home/xorg/i3/default.nix index 16100c2..d3f0447 100644 --- a/modules/home/xorg/i3/default.nix +++ b/modules/home/xorg/i3/default.nix @@ -30,7 +30,7 @@ in picom = enabled; polybar = enabled; # broken on non-nixOS - screen-locker = if isGenericLinux then enabled else disabled; + screen-locker = if isGenericLinux then disabled else enabled; }; };