modules/home/common/desktop: enable fontconfig
This commit is contained in:
parent
fb538687dd
commit
8593951512
1 changed files with 4 additions and 0 deletions
|
@ -14,8 +14,11 @@
|
|||
config = lib.mkIf config.common.desktop.enable {
|
||||
home.packages = with pkgs; [
|
||||
nerdfonts
|
||||
fontconfig
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = let
|
||||
|
@ -35,6 +38,7 @@
|
|||
then "Buttonless"
|
||||
else "None";
|
||||
};
|
||||
font.normal.family = "Iosevka Nerd Font";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue