diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-05 18:22:37 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-05 18:22:37 +0530 |
| commit | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (patch) | |
| tree | 9a3da3284e0e3fc25bd3e254c010e5ce4919dacd /hosts/common.nix | |
| parent | 1c596e4918dca3e47783aa5f064939f80bdea166 (diff) | |
Correct font name
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 5d3e05c..5000a37 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -150,9 +150,8 @@ fonts.fontDir.enable = true; fonts.packages = with pkgs; [ - ioskeley-input - ioskeley-mono.normal-NF - # nerd-fonts.symbols-only + IosevkaInput + nerd-fonts.symbols-only # nerd-fonts.jetbrains-mono # ioskeley-mono # maple-mono.NF |
