From f431173e0c92f755f1da0c7838d16073a1293ec8 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 8 Jun 2023 10:04:21 +0200 Subject: [PATCH] Enable gnome-keyring in home-manager --- users/erwin/work.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {