add fish config

This commit is contained in:
uku 2023-11-25 14:54:17 +01:00
parent 054907079d
commit fa4b42d743
Signed by: uku
GPG key ID: 7D01D7B105E77166
2 changed files with 27 additions and 8 deletions

View file

@ -8,19 +8,11 @@
neovim
git
curl
nix-your-shell
];
programs = {
ssh.startAgent = true;
fish = {
enable = true;
interactiveShellInit = ''
nix-your-shell fish | source
'';
};
direnv.enable = true;
command-not-found.enable = false;