diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-09-12 21:02:43 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-09-12 21:02:43 -0700 |
| commit | 0fdca2e3247dd918b58ab057bd43873ddd5939c1 (patch) | |
| tree | b4bfe020633206749760c36d7ec235dce017ba6a /modules | |
| parent | fe96211bb8dc81fde57bf6900b840e69f2b218fc (diff) | |
| download | depot-0fdca2e3247dd918b58ab057bd43873ddd5939c1.tar.gz depot-0fdca2e3247dd918b58ab057bd43873ddd5939c1.tar.bz2 depot-0fdca2e3247dd918b58ab057bd43873ddd5939c1.zip | |
switch fonts to ibm plex and remove default noto fonts
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/desktop.nix b/modules/desktop.nix index 7547698..8eb17e9 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -125,18 +125,15 @@ in # Expose system fonts in case something non-standard needs them fontDir.enable = true; packages = with pkgs; [ - departure-mono + ibm-plex iosevka - noto-fonts - noto-fonts-cjk-sans - noto-fonts-emoji nerd-fonts.symbols-only ]; fontconfig.defaultFonts = { - serif = [ "Liberation Serif" ]; - sansSerif = [ "Liberation Sans" ]; - monospace = [ "Iosevka" ]; + serif = [ "IBM Plex Serif" ]; + sansSerif = [ "IBM Plex Sans" ]; + monospace = [ "IBM Plex Mono" ]; }; }; |
