aboutsummaryrefslogtreecommitdiffstats
path: root/sys/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sys/desktop')
-rw-r--r--sys/desktop/hyprland/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
index f7c3ab1..fbbf933 100644
--- a/sys/desktop/hyprland/default.nix
+++ b/sys/desktop/hyprland/default.nix
@@ -1,6 +1,11 @@
-{...}: {
+{
+ hyprland,
+ system,
+ ...
+}: {
programs.hyprland = {
enable = true;
+ package = hyprland.packages.${system}.hyprland;
xwayland.enable = true;
};
}