aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/profiles/home-manager/fish.nix')
-rw-r--r--nix/profiles/home-manager/fish.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/fish.nix b/nix/profiles/home-manager/fish.nix
new file mode 100644
index 0000000..5a2610c
--- /dev/null
+++ b/nix/profiles/home-manager/fish.nix
@@ -0,0 +1,8 @@
+{ ... }: {
+ programs.fish = {
+ enable = true;
+ interactiveShellInit = ''
+ set fish_greeting ""
+ '';
+ };
+}