Change font variables and simplify and standardize logic and formatting
This commit is contained in:
parent
01d16e03c8
commit
74b2840bf7
9 changed files with 33 additions and 27 deletions
11
modules/home/settings/fonts/fontconfig/default.nix
Normal file
11
modules/home/settings/fonts/fontconfig/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fonts.fontconfig = {
|
||||
enable = config.home.desktop.enable;
|
||||
defaultFonts = {
|
||||
sansSerif = [ config.look.fonts.main ];
|
||||
monospace = [ config.look.fonts.mono ];
|
||||
emoji = [ "Twitter Color Emoji" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue