aboutsummaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix1
-rw-r--r--modules/common/fish.nix4
2 files changed, 0 insertions, 5 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 7adad51..0597a6c 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -1,7 +1,6 @@
{ ... }:
{
imports = [
- ./fish.nix
./home-manager.nix
./home.nix
./host-config.nix
diff --git a/modules/common/fish.nix b/modules/common/fish.nix
deleted file mode 100644
index 21fdf98..0000000
--- a/modules/common/fish.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ ... }:
-{
- programs.fish.enable = true;
-}