diff --git a/users/erwin/work.nix b/users/erwin/work.nix index 09b027b..ff2cd74 100644 --- a/users/erwin/work.nix +++ b/users/erwin/work.nix @@ -27,6 +27,11 @@ in programs.home-manager.enable = true; programs.command-not-found.enable = true; + services.gnome-keyring = { + enable = true; + components = [ "pkcs11" "ssh" "secrets" ]; + }; + home.username = "erwin"; home.homeDirectory = "/home/erwin"; home.sessionVariables = {