update fish config

This commit is contained in:
Fish 2025-08-23 20:17:47 -07:00
parent 6685dd8e70
commit 108bc9517b
2 changed files with 11 additions and 2 deletions

View file

@ -93,9 +93,17 @@
fish
];
};
programs.git = {
enable = true;
extraConfig = {
push = {
autoSetupRemote = true;
};
};
};
programs.firefox.enable = true;
programs.neovim.defaultEditor.enable = true;
programs.neovim.enable = true;
#programs.neovim.defaultEditor.enable = true;
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).

View file

@ -1,3 +1,4 @@
{ ... }:
{
vim.languages.svelte.enable = true;
}