all repos — nixfiles @ 13a828725db7f6b2cd848a94b0cc9550e5debe7d

System and user configuration, managed by nix and home-manager

user-interface: install keychain
Alan Pearce alan@alanpearce.eu
Mon, 20 Jun 2022 16:02:47 +0200
commit

13a828725db7f6b2cd848a94b0cc9550e5debe7d

parent

fada24610290e73eab940682b4b04b635f012b8d

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -8,6 +8,12 @@ home.sessionVariables = {     TERMINAL = "xterm";
   };
 
+  programs.keychain = {
+    enable = true;
+    extraFlags = [ "--quiet" "--systemd" ];
+    keys = [ ];
+  };
+
   nixpkgs.config.librewolf = {
     enablePlasmaBrowserIntegration = true;
   };