diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-24 20:04:13 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-24 20:04:13 +0530 |
| commit | ffafb880359009613864c176010c94aa7b11adc7 (patch) | |
| tree | 65e761e54f70f1363b834c9de630c7b66aee73c7 /hosts/common.nix | |
| parent | b9e526f0be204791bcb4c2342e6e2f410ca949e7 (diff) | |
I wish life was this easy
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 0be25ce..f0b3797 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -181,7 +181,8 @@ fonts.fontDir.enable = true; fonts.packages = with pkgs; [ - nerd-fonts.iosevka + # nerd-fonts.iosevka + nerd-fonts.jetbrains-mono # inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.iosevka-input # nerd-fonts.symbols-only noto-fonts @@ -189,6 +190,7 @@ ]; fonts.fontconfig.defaultFonts.monospace = [ + "JetBrainsMono NF" "Iosevka Nerd Font" "IosevkaInput" "Symbols Nerd Font" |
