➕ (home) add fish shell
This commit is contained in:
parent
898dc71fcd
commit
dd2eabad54
12
home/shell/fish.nix
Normal file
12
home/shell/fish.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{inputs, ...}: {
|
||||
xdg.configFile."fish/themes".source = "${inputs.catppuccin-fish}/themes";
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
functions = {
|
||||
fish_greeting = "";
|
||||
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue