Add Japanese fonts and reorganise
This commit is contained in:
parent
27e2d79d04
commit
19fff66e5f
2 changed files with 12 additions and 3 deletions
|
|
@ -13,6 +13,18 @@
|
|||
variant = "dvorak";
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
nerd-fonts.lilex
|
||||
fira-code
|
||||
];
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue