1
0
Fork 0

home-manager: remove fish

This commit is contained in:
Pratham Patel 2024-01-07 20:16:37 +05:30
parent 3daf8d659f
commit 54359f35f7
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 11 deletions

View File

@ -11,14 +11,7 @@
packages = with pkgs; [
neovim
direnv
] ++ (with pkgs.fishPlugins; [
async-prompt
colored-man-pages
fzf
puffer
sponge
z
]);
];
};
nix = {
@ -29,9 +22,6 @@
};
};
programs.fish.enable = true;
xdg.configFile."fish/config.fish".enable = false; # no need to overwrite config.fish
services = {
home-manager.autoUpgrade = {
enable = true;