infrastructure/home/shell/fish.nix

11 lines
172 B
Nix
Raw Normal View History

2024-06-15 14:39:17 +00:00
{...}: {
2024-03-31 14:13:09 +00:00
programs.fish = {
enable = true;
functions = {
fish_greeting = "";
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
};
};
}