more desktop configuration
This commit is contained in:
parent
240a170c53
commit
97719f3d77
6 changed files with 269 additions and 7 deletions
8
home/common/desktop/font.nix
Normal file
8
home/common/desktop/font.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ imports, config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue