fix(home): Actually disable screenlocking on generic linux

This commit is contained in:
punkfairie 2024-11-25 17:37:27 -08:00
parent 8591dbf57f
commit 5fc1d3a86f
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -30,7 +30,7 @@ in
picom = enabled; picom = enabled;
polybar = enabled; polybar = enabled;
# broken on non-nixOS # broken on non-nixOS
screen-locker = if isGenericLinux then enabled else disabled; screen-locker = if isGenericLinux then disabled else enabled;
}; };
}; };