fix hyprland build

This commit is contained in:
mjallen18
2025-06-18 15:48:34 -05:00
parent 5662fd3fa1
commit d0880fd36d
6 changed files with 37 additions and 29 deletions

View File

@@ -5,8 +5,8 @@
shellIntegration.enableZshIntegration = true;
font = {
name = "jetbrains mono nerd font";
package = pkgs.nerdfonts;
name = "nerd-fonts-jetbrains-mono";
package = pkgs.nerd-fonts.jetbrains-mono;
size = 12;
};