From 5f7ea8218a09ed171f5bc34e67a8b24d70978645 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 11:46:40 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 11:46:40 --- modules/desktop/hyprland.nix | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 75de919..f556f85 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -8,25 +8,4 @@ portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; withUWSM = true; }; - - # environment.systemPackages = [ - # (pkgs.stdenv.mkDerivation { - # pname = "hyprland-uwsm-custom-session"; - # version = "1.0"; - - # dontUnpack = true; - - # installPhase = '' - # mkdir -p $out/share/wayland-sessions - # cat > $out/share/wayland-sessions/hyprland-uwsm-custom.desktop <<'EOF' - # [Desktop Entry] - # Name=Hyprland (UWSM custom) - # Comment=Hyprland with custom options - # Exec=uwsm start hyprland - # Type=Application - # DesktopNames=Hyprland - # EOF - # ''; - # }) - # ]; }