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; };