hyprland now uses

This commit is contained in:
kenji
2025-07-08 22:01:56 -05:00
parent 95f95e208d
commit 658d489fd5
2 changed files with 14 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{
pkgs,
inputs,
...
}: {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
}