diff options
-rw-r--r-- | nixos/modules/desktop.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 2d15a9f..618e9cd 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -303,15 +303,20 @@ in { }; fonts.packages = with pkgs; [ - nerd-fonts.hack arkpandora_ttf corefonts dejavu_fonts + fira-code + fira-code-symbols + fira-math + fira-mono + fira-sans font-awesome freefont_ttf hack-font liberation_ttf libertine + nerd-fonts.hack noto-fonts noto-fonts-emoji terminus_font_ttf |