This commit is contained in:
2023-10-14 18:23:24 +02:00
parent 4a4ac47f3c
commit 0c7440c81d
7 changed files with 14 additions and 64 deletions

View File

@@ -103,16 +103,6 @@
# TODO: remove? Move?
programs.dconf.enable = true;
# System fonts
fonts.fontDir.enable = true; # creates /run/current-system/sw/share/X11/fonts
fonts.enableDefaultFonts = true; # dejavu, freefont, gyre, liberation, unifont, noto-fonts-emoji
fonts.fonts = with pkgs; [
noto-fonts # includes Cousine
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-extra
];
# nvidia bad
#nixpkgs.config.packageOverrides = lib.mkIf (!config.hardware.nvidia.prime.offload.enable) (pkgs: {
nixpkgs.config.packageOverrides = (pkgs: {