Add Japanese fonts and reorganise

This commit is contained in:
Alexander Wainwright
2025-08-15 17:58:35 +10:00
parent 27e2d79d04
commit 19fff66e5f
2 changed files with 12 additions and 3 deletions

View File

@@ -50,9 +50,6 @@
fastfetch
nnn # terminal file manager
nerd-fonts.lilex
fira-code
# archives
zip
xz

View File

@@ -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;