Compare commits
2 commits
a9c90d8aa3
...
5fc1d3a86f
Author | SHA1 | Date | |
---|---|---|---|
5fc1d3a86f | |||
8591dbf57f |
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"marleyos.cachix.org-1:q2kEtqvS5CoQ8BmKlWOfOnN+fi4gUoSuL6HRKy37eCA="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
|
|
|
@ -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