From 07b49a8ea37e1dbc42fe8abb3ac71cee15e6ddef Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 09:10:39 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 09:10:39 --- modules/desktop/hyprland.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index f556f85..fba2367 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -8,4 +8,12 @@ portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; withUWSM = true; }; + environment.etc."xdg/wayland-sessions/hyprland-uwsm-custom.desktop".text = '' + [Desktop Entry] + Name=Hyprland (UWSM custom) + Comment=Hyprland with my custom setup + Exec=${pkgs.uwsm}/bin/uwsm start -F -- ${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/start-hyprland + Type=Application +''; + }