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 fastfetch
nnn # terminal file manager nnn # terminal file manager
nerd-fonts.lilex
fira-code
# archives # archives
zip zip
xz xz

View file

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