From 73f1c81dd5a05c732690c01934d3a790eb07039f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 13 Oct 2025 08:27:48 -0700 Subject: enable fish in the user module --- modules/common/default.nix | 1 - modules/common/fish.nix | 4 ---- modules/nixos/user.nix | 2 ++ 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 modules/common/fish.nix (limited to 'modules') 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; -} diff --git a/modules/nixos/user.nix b/modules/nixos/user.nix index d500650..8a9dafb 100644 --- a/modules/nixos/user.nix +++ b/modules/nixos/user.nix @@ -19,4 +19,6 @@ ]; }; }; + + programs.fish.enable = true; } -- cgit v1.2.3