Add Japanese fonts and reorganise
This commit is contained in:
@@ -50,9 +50,6 @@
|
||||
fastfetch
|
||||
nnn # terminal file manager
|
||||
|
||||
nerd-fonts.lilex
|
||||
fira-code
|
||||
|
||||
# archives
|
||||
zip
|
||||
xz
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user