diff --git a/system/default.nix b/system/default.nix index 80346050..cff2610c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -344,7 +344,8 @@ with mylib.networking; { gpu-screen-recorder.enable = !headless; hyprland = { - enable = !headless; + enable = false; + # enable = !headless; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;