Add more fish configs

This commit is contained in:
Evie Litherland-Smith 2023-03-29 15:59:39 +01:00
parent 7cfc04df95
commit e236099995

View file

@ -1,5 +1,12 @@
{ ... }: { ... }:
{ {
programs.fish.enable = true; programs.fish = {
enable = true;
shellAbbrs = {
update = "sudo nixos-rebuild switch";
lg = "lazygit";
vim = "nvim";
};
};
} }