diff options
author | Karel Kočí <cynerd@email.cz> | 2025-09-10 11:47:45 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-09-10 11:47:45 +0200 |
commit | 141932e06ba0bc3a5a561bd9594651079dea70f7 (patch) | |
tree | a614de67a293c7494ff20be7a3f1049520118bc9 /nixos/modules | |
parent | 41b1a7590916561f7704007eb4f584b4d47e2c69 (diff) | |
download | nixos-personal-master.tar.gz nixos-personal-master.tar.bz2 nixos-personal-master.zip |
Diffstat (limited to 'nixos/modules')
-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 |