diff --git a/nixos/modules/gui.nix b/nixos/modules/gui.nix index 8824ac9..9cea180 100644 --- a/nixos/modules/gui.nix +++ b/nixos/modules/gui.nix @@ -25,5 +25,14 @@ in }; programs.dconf.enable = true; + + fonts.fonts = with pkgs; [ + dejavu_fonts + freefont_ttf + gyre-fonts # TrueType substitutes for standard PostScript fonts + liberation_ttf + unifont + noto-fonts-emoji + ]; }; }