font fix? maybe?
This commit is contained in:
parent
565aac949c
commit
a6db96fb0a
4 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue