~ruther/nixos-config

78fb4accddf0dde5ea3ad7af41afd389322eb336 — Frantisek Bohacek 1 year, 6 months ago 171c614
feat: make ubuntu default monospace
1 files changed, 2 insertions(+), 1 deletions(-)

M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +2 -1
@@ 77,6 77,7 @@
    (nerdfonts.override {                   # Nerdfont Icons override
      fonts = [
        "FiraCode"
        "Ubuntu"
      ];
    })
  ];


@@ 85,7 86,7 @@
    defaultFonts = {
      serif = [ "Ubuntu" ];
      sansSerif = [ "Ubuntu" ];
      monospace = [ "FiraCode" ];
      monospace = [ "Ubuntu Mono" ];
    };
  };


Do not follow this link