Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"marleyos.cachix.org-1:q2kEtqvS5CoQ8BmKlWOfOnN+fi4gUoSuL6HRKy37eCA=" "marleyos.cachix.org-1:q2kEtqvS5CoQ8BmKlWOfOnN+fi4gUoSuL6HRKy37eCA="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];

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;
}; };
}; };