hyprland works but uses default config

This commit is contained in:
death916 2025-08-12 04:00:09 -07:00
parent 4ffc82a0e3
commit b4ea1aedc4
2 changed files with 3 additions and 1 deletions

View file

@ -13,4 +13,7 @@
# Enable Fonts
fonts.fontDir.enable = true;
# Enable xdg-desktop-portal-hyprland for proper portal functionality
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
}