diff --git a/system/default.nix b/system/default.nix index 198d0a87..4538ab34 100644 --- a/system/default.nix +++ b/system/default.nix @@ -75,12 +75,8 @@ }; fonts = { packages = with pkgs; [ - (nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];}) emacs-all-the-icons-fonts weather-icons - noto-fonts - noto-fonts-cjk - noto-fonts-emoji ]; fontconfig.enable = true; }; diff --git a/system/stylix.nix b/system/stylix.nix index ae4acb00..5bf58049 100644 --- a/system/stylix.nix +++ b/system/stylix.nix @@ -35,9 +35,17 @@ serif = monospace; sansSerif = monospace; monospace = { - name = "Iosevka Nerd Font"; - package = - pkgs.nerdfonts.override {fonts = ["Iosevka"];}; + name = "FantasqueSansM Nerd Font"; + package = pkgs.nerdfonts.override { + fonts = [ + "FantasqueSansMono" # My new main font + "Iosevka" # Keeping as a backup for now + "GeistMono" # Still undecided about this one + "VictorMono" # Just for fun + "HeavyData" # Just for fun + "NerdFontsSymbolsOnly" # For other tools + ]; + }; }; emoji = { name = "Noto Color Emoji";