update fish config
This commit is contained in:
parent
6685dd8e70
commit
108bc9517b
2 changed files with 11 additions and 2 deletions
|
@ -93,9 +93,17 @@
|
||||||
fish
|
fish
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
push = {
|
||||||
|
autoSetupRemote = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.firefox.enable = 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.
|
# List packages installed in system profile.
|
||||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
vim.languages.svelte.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue