diff --git a/nixos.nix b/nixos.nix index 19704e3..563d6ac 100644 --- a/nixos.nix +++ b/nixos.nix @@ -132,12 +132,21 @@ let systemInformation = import ./system/system-information.nix; in geary totem ]; - fonts.fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [ - justseeds - manrope - google-fonts - comic-mono - ]; + fonts = { + fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [ + justseeds + manrope + google-fonts + comic-mono + atkinson-hyperlegible + ]; + fontDir.enable = true; + enableDefaultFonts = true; + fontconfig.defaultFonts = { + sansSerif = ["Atkinson Hyperlegible"]; + monospace = ["Comic Mono:style=Normal"]; + }; + }; # List services that you want to enable: