home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 0c8db9e50da5f87472375c81d2a41f78d04c611f
parent b4a542f7f5cff7eb63a04f4d13ac481f11ca1b0f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 12 Jun 2024 14:16:06 +0200

systems/desktop: update some fonts

- remove unused ones
- try out maple-mono

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/desktop/base.nix | 18++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/systems/modules/desktop/base.nix b/systems/modules/desktop/base.nix @@ -45,7 +45,6 @@ in fontDir.enable = true; enableGhostscriptFonts = true; packages = with pkgs; [ - liberation_ttf cascadia-code corefonts dejavu_fonts @@ -53,30 +52,33 @@ in feh fira fira-code - fira-code-symbols fira-code-nerdfont + fira-code-symbols fira-mono font-awesome go-font - hasklig + #hasklig inconsolata inconsolata-nerdfont - iosevka - iosevka-comfy.comfy + #iosevka + #iosevka-comfy.comfy jetbrains-mono + liberation_ttf + maple-mono + maple-mono-NF nerdfonts noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overpass - symbola + #source-code-pro sudo-font - source-code-pro + symbola twemoji-color-font ubuntu_font_family unifont - victor-mono + #victor-mono ]; };