summaryrefslogtreecommitdiffstats
path: root/sys/desktop/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'sys/desktop/hyprland')
-rw-r--r--sys/desktop/hyprland/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
index 35a4565..08fd0c0 100644
--- a/sys/desktop/hyprland/default.nix
+++ b/sys/desktop/hyprland/default.nix
@@ -1,12 +1,6 @@
-{
- hyprland,
- system,
- ...
-}: {
+{system, ...}: {
programs.hyprland = {
enable = true;
- #Unstable package, used if features aren't available fast enough.
- #package = hyprland.packages.${system}.hyprland;
xwayland.enable = true;
};
}