11 lines
172 B
Nix
11 lines
172 B
Nix
{...}: {
|
|
programs.fish = {
|
|
enable = true;
|
|
|
|
functions = {
|
|
fish_greeting = "";
|
|
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
|
|
};
|
|
};
|
|
}
|