configuration: extract nixos config into more files
This commit is contained in:
parent
3333772c23
commit
3b411b0c6d
9 changed files with 111 additions and 113 deletions
9
system/fonts.nix
Normal file
9
system/fonts.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
nerdfonts_fira_hack
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue