font fix? maybe?

This commit is contained in:
Reid 2024-04-02 19:01:15 -07:00
parent 565aac949c
commit a6db96fb0a
4 changed files with 3 additions and 5 deletions

View file

@ -99,7 +99,7 @@ in {
"org/gnome/desktop/interface".monospace-font-name = with cfg.fonts.monospace; "${family} ${toString size}";
};
} // (mkIf cfg.baseFonts {
fonts.enableDefaultPackages = true;
fonts.enableDefaultPackages = builtins.trace "enable = ${toString cfg.enable}, basefonts = ${toString cfg.baseFonts}" true;
fonts.packages = with pkgs; [
fira-code
fira-code-symbols