fix: fix system build after upgrade
This commit is contained in:
parent
60bd3e9064
commit
9e641c97bf
@ -49,7 +49,7 @@ in
|
||||
with ext-market;
|
||||
[
|
||||
aaron-bond.better-comments
|
||||
catppuccin.catppuccin-vsc-icons
|
||||
# catppuccin.catppuccin-vsc-icons
|
||||
christian-kohler.path-intellisense
|
||||
codezombiech.gitignore
|
||||
eamodio.gitlens
|
||||
|
@ -8,6 +8,7 @@
|
||||
let
|
||||
inherit (lib)
|
||||
mkEnableOption
|
||||
mkForce
|
||||
mkIf
|
||||
mkMerge
|
||||
mkOption
|
||||
@ -115,7 +116,7 @@ in
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.catppuccin-papirus-folders.override { inherit (cfg) accent flavor; };
|
||||
package = mkForce (pkgs.catppuccin-papirus-folders.override { inherit (cfg) accent flavor; });
|
||||
};
|
||||
font = {
|
||||
package = config.theme.fonts.sans.package;
|
||||
|
Loading…
x
Reference in New Issue
Block a user