nixos/core-destkop: add fonts
This commit is contained in:
parent
a26bb74da1
commit
311e7281e1
2 changed files with 8 additions and 0 deletions
|
@ -24,5 +24,12 @@
|
|||
services.openssh.extraConfig = ''
|
||||
X11Forwarding yes
|
||||
'';
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
nerdfonts
|
||||
roboto
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue