From f5400b6fb0c3cb57a2950b027da41d44204cdcd4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 19 Apr 2024 09:20:57 -0700 Subject: switch to fish as the default shell --- nix/profiles/home-manager/fish.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nix/profiles/home-manager/fish.nix (limited to 'nix/profiles/home-manager/fish.nix') 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 "" + ''; + }; +} -- cgit 1.4.1