all repos — nixfiles @ 7ae9e84ad1866c7d9211d6eed15b6bcf72dfda2e

System and user configuration, managed by nix and home-manager

user-interface: update font lists
Alan Pearce alan@alanpearce.eu
Tue, 12 Nov 2024 17:26:29 +0100
commit

7ae9e84ad1866c7d9211d6eed15b6bcf72dfda2e

parent

6e4f5162222f7a8f7d5646b847876e59a67bf995

1 files changed, 2 insertions(+), 6 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -26,19 +26,15 @@ };   };
   home.packages = with pkgs;
     [
-      hack-font
-      ibm-plex
       inter
       input-fonts
-      jetbrains-mono
-      meslo-lg
-      recursive
       # see https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/data/fonts/nerdfonts/shas.nix
       (nerdfonts.override {
         fonts = [
           "JetBrainsMono"
           "IBMPlexMono"
-          "iA-Writer"
+          "ZedMono"
+          "Recursive"
           "NerdFontsSymbolsOnly"
         ];
       })