Add Jetbrains Mono

This commit is contained in:
2025-06-27 21:24:52 +02:00
parent f7522cfec5
commit 63af04cbf0
+4
View File
@@ -48,6 +48,10 @@
wget wget
]; ];
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;