This commit is contained in:
Reid 2024-05-24 15:58:38 -07:00
parent 537f02aa4f
commit 550972f9a7
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,7 @@ in {
};
config = mkIf cfg.enable {
services.gnome.gnome-keyring.enable = true;
hm.services.gnome-keyring.enable = true;
hm.services.gnome-keyring.components = [ "secrets" ];
};
}