Skip to content

Commit

Permalink
Enable GNOME keyring at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 6, 2024
1 parent ffd7fac commit 62273fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/gnome-keyring.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true; # enable the graphical frontend
environment.systemPackages = [ pkgs.libsecret ]; # libsecret api needed
security.pam.services.gdm.enableGnomeKeyring = true; # load gnome-keyring at startup
}

0 comments on commit 62273fe

Please sign in to comment.