Update flake

This commit is contained in:
thiloho
2023-07-01 20:04:27 +02:00
parent 1901e60d07
commit 8ae0937a3b
2 changed files with 14 additions and 7 deletions

View File

@@ -37,7 +37,13 @@
];
};
fonts.enableDefaultFonts = true;
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [
noto-fonts-cjk-sans
nerdfonts
];
};
users.users.thiloho = {
isNormalUser = true;
@@ -228,6 +234,7 @@
kooha
ventoy
lapce
tldr
];
};
};