From 6aad42077729750f0bc538c6d7bf3e483f2eb0ac Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 28 Mar 2024 20:00:15 +0100 Subject: treewide: remove hyprland input --- sys/desktop/hyprland/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys') 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; }; } -- cgit 1.4.1