This commit is contained in:
Kopatz
2024-12-02 12:20:07 +01:00
parent dbff418ce0
commit f6e72b0f72
7 changed files with 13 additions and 17 deletions

View File

@@ -17,7 +17,8 @@ in {
fonts.packages = with pkgs; [
#uw-ttyp0
#corefonts
nerdfonts # noto and hack
nerd-fonts.noto
nerd-fonts.hack
#noto-fonts
#noto-fonts-emoji
noto-fonts-cjk-sans
@@ -88,7 +89,7 @@ in {
xarchiver # archive tool
ani-cli
mangal
gnome.adwaita-icon-theme
adwaita-icon-theme
];
};
}