Add keychain to base home-manager config

main
Matthew Ess 2021-01-12 23:20:10 -05:00
parent ba7b9cd9c3
commit 4abda3a183
1 changed files with 6 additions and 0 deletions

View File

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