add fonts

This commit is contained in:
uku 2023-08-30 12:06:12 +02:00
parent ad7cd4ec04
commit 0e9c2657ae

View file

@ -82,8 +82,6 @@
pinentry pinentry
kitty kitty
chezmoi chezmoi
iosevka
jetbrains-mono
starship starship
waybar waybar
rofi-wayland rofi-wayland
@ -103,6 +101,12 @@
# wget # wget
]; ];
fonts.packages = with pkgs; [
iosevka
jetbrains-mono
(nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })
];
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are