From cc8eb445a40784942f6b5200c8aa0d0c8f15a535 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 5 Aug 2024 17:42:19 -0700 Subject: [PATCH] fix: cant mkdefault fish because of merging with integrations --- 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 e4c7e6e..dd691e7 100644 --- a/modules/home-manager/common/core.nix +++ b/modules/home-manager/common/core.nix @@ -65,7 +65,7 @@ useTheme = "gruvbox"; }; - programs.fish = pkgs.lib.mkDefault { + programs.fish = { enable = true; shellAliases = { rebuild = "sudo nixos-rebuild switch";