~ruther/nixos-config

aa841c63a6f7d464e438faeca541b221183414a1 — Frantisek Bohacek 8 months ago 5a79eac
feat: new fonts
1 files changed, 7 insertions(+), 4 deletions(-)

M nixos/hosts/configuration.nix
M nixos/hosts/configuration.nix => nixos/hosts/configuration.nix +7 -4
@@ 79,16 79,19 @@
  security.polkit.enable = true;

  fonts.packages = with pkgs; [                # Fonts
    hack-font
    inter
    ubuntu_font_family
    fira-code
    roboto
    carlito                                 # NixOS
    vegur                                   # NixOS
    carlito
    vegur
    source-code-pro
    jetbrains-mono
    font-awesome                            # Icons
    corefonts                               # MS
    noto-fonts
    noto-fonts-color-emoji
    font-awesome
    corefonts
    vistafonts
    (nerdfonts.override {                   # Nerdfont Icons override
      fonts = [

Do not follow this link