diff options
Diffstat (limited to 'modules/nixos/fish.nix')
| -rw-r--r-- | modules/nixos/fish.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/nixos/fish.nix b/modules/nixos/fish.nix deleted file mode 100644 index 1b06707..0000000 --- a/modules/nixos/fish.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs, ... }: - -{ - programs.fish = { - enable = true; - - shellInit = '' - function fish_greeting - fastfetch - end - ''; - }; -} |
