feat(home/appearance): Install more fonts
This commit is contained in:
parent
f82f26c31f
commit
6378d0f905
1 changed files with 9 additions and 0 deletions
|
@ -45,5 +45,14 @@ in {
|
|||
name = "BreezeX-RosePine-Linux";
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
noto-fonts
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue