fix(home): Actually disable screenlocking on generic linux
This commit is contained in:
parent
8591dbf57f
commit
5fc1d3a86f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue