Fix Iosevka font in NixOS

main
Hektor Misplon 2025-10-15 23:23:58 +02:00
parent 860b66c71f
commit 9382d57565
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
system.stateVersion = "25.05"; system.stateVersion = "25.05";
@ -73,4 +73,8 @@
PrintMotd = false; PrintMotd = false;
}; };
}; };
fonts.packages = with pkgs; [
(iosevka-bin.override { variant = "SGr-IosevkaTermSS08"; })
];
} }

View File

@ -40,7 +40,6 @@
haskellPackages.pandoc-crossref haskellPackages.pandoc-crossref
haskellPackages.hadolint haskellPackages.hadolint
htop htop
iosevka
jq jq
keepassxc keepassxc
kitty kitty