From 1155a2f1a928cc1bf74b22c9c72024e5c5eb387d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 5 Aug 2024 03:17:31 -0700 Subject: [PATCH] refactor: make fish overrideable using mkdefault --- modules/home-manager/common/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";