modify fonts

This commit is contained in:
2025-04-21 22:54:55 +08:00
parent 5ce577e2ff
commit baf967af34
2 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
];
environment.systemPackages = with pkgs; [
twemoji-color-font
];
# all fonts are linked to /nix/var/nix/profiles/system/sw/share/X11/fonts

View File

@@ -10,10 +10,7 @@
};
aggregatedIcons = pkgs.buildEnv {
name = "system-icons";
paths = with pkgs; [
#libsForQt5.breeze-qt5 # for plasma
gnome.gnome-themes-extra
];
paths = config.fonts.packages;
pathsToLink = [ "/share/icons" ];
};
aggregatedFonts = pkgs.buildEnv {