Modules/Hyprland: Slight config cleanup

This commit is contained in:
2026-07-21 11:38:03 +02:00
parent 62358da6ca
commit 2b086cb17e
8 changed files with 115 additions and 110 deletions
+2 -2
View File
@@ -318,8 +318,8 @@ with mylib.networking; {
gpu-screen-recorder.enable = !headless;
hyprland = {
# enable = true;
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;