diff --git a/modules/home-manager/common/core.nix b/modules/home-manager/common/core.nix index 07dae28..ca750f9 100644 --- a/modules/home-manager/common/core.nix +++ b/modules/home-manager/common/core.nix @@ -65,7 +65,7 @@ useTheme = "gruvbox"; }; - programs.fish = { + programs.fish = pkgs.lib.mkDefault { enable = true; shellAliases = { rebuild = "sudo nixos-rebuild switch";