eve: enable bottles and save configuration to git

This commit is contained in:
Christoph Hollizeck 2024-11-14 18:41:39 +01:00
parent cc9c283e12
commit e87075b0f5
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
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;
};
}