Compare commits
No commits in common. "5fc1d3a86f63a9fb992b2608852432480eb43215" and "a9c90d8aa38fe2ce2d9b6b2ad0e05ac0f68bd8e7" have entirely different histories.
5fc1d3a86f
...
a9c90d8aa3
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@
|
|||
];
|
||||
|
||||
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 disabled else enabled;
|
||||
screen-locker = if isGenericLinux then enabled else disabled;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue