aboutsummaryrefslogtreecommitdiff
path: root/modules/common/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/fish.nix')
-rw-r--r--modules/common/fish.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/fish.nix b/modules/common/fish.nix
new file mode 100644
index 0000000..21fdf98
--- /dev/null
+++ b/modules/common/fish.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ programs.fish.enable = true;
+}