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