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