feat: enable hyprland in nixos config as well so that it shows up in gdm

This commit is contained in:
Ahwx 2026-06-30 12:50:35 +02:00
parent 490c42f217
commit 287f3d2a7c
No known key found for this signature in database
GPG key ID: 16AFF89E482AFA53

View file

@ -20,4 +20,10 @@
pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
]; ];
}; };
programs.hyprland = {
enable = true;
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
} }