diff --git a/modules/home-manager/common/core.nix b/modules/home-manager/common/core.nix index de1a43e..9f9463c 100644 --- a/modules/home-manager/common/core.nix +++ b/modules/home-manager/common/core.nix @@ -73,7 +73,7 @@ useTheme = "gruvbox"; }; - programs.fish = { + programs.fish = pkgs.lib.mkDefault { enable = true; catppuccin.enable = true; catppuccin.flavor = "mocha";