From 4abda3a183f36044b83041ce611658e524279152 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Tue, 12 Jan 2021 23:20:10 -0500 Subject: [PATCH] Add keychain to base home-manager config --- users/mat-hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/mat-hm.nix b/users/mat-hm.nix index a7bf64c..f53d32f 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -88,6 +88,12 @@ in { highlightBaseName = true; }; + keychain = { + enable = true; + enableFishIntegration = true; + enableXsessionIntegration = true; + }; + man.enable = true; neovim = import ../hm-configs/neovim.nix { inherit pkgs; };