conf conf

This commit is contained in:
alisceon 2025-08-25 10:01:53 +02:00
parent 534652294a
commit b3857cb01f
7 changed files with 76 additions and 4 deletions

View file

@ -19,7 +19,14 @@
enable = true;
}; # end light
}; # end programs
security.polkit.enable = true;
security = {
polkit.enable = true;
pam.services = {
greetd.enableGnomeKeyring = true;
greetd-password.enableGnomeKeyring = true;
login.enableGnomeKeyring = true;
}; # end pam.services
}; # end security
services = {
greetd = {
enable = true;