diff options
Diffstat (limited to 'common/commandline/fish.nix')
-rw-r--r-- | common/commandline/fish.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/commandline/fish.nix b/common/commandline/fish.nix new file mode 100644 index 0000000..a371a1d --- /dev/null +++ b/common/commandline/fish.nix | |||
@@ -0,0 +1,12 @@ | |||
1 | { | ||
2 | programs.fish = { | ||
3 | enable = true; | ||
4 | useBabelfish = true; | ||
5 | }; | ||
6 | |||
7 | home-manager.sharedModules = [ | ||
8 | { | ||
9 | programs.fish.enable = true; | ||
10 | } | ||
11 | ]; | ||
12 | } | ||