eve: enable bottles and save configuration to git

This commit is contained in:
Christoph Hollizeck 2024-11-14 18:41:39 +01:00
parent 6374fe8e24
commit 1771052494
3 changed files with 89 additions and 0 deletions

View file

@ -18,5 +18,6 @@ in
config = mkIf cfg.enable {
services.gnome.gnome-keyring.enable = true;
security.pam.services.sddm.enableGnomeKeyring = true;
security.pam.services.greetd.enableGnomeKeyring = true;
};
}