From ed09519f932a90745d3e67eb4ef9d5d29f25c7a1 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:44:22 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:44:22 --- home/xdg-config/uwsm-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xdg-config/uwsm-env.nix b/home/xdg-config/uwsm-env.nix index 08ad2d5..fafb5ca 100644 --- a/home/xdg-config/uwsm-env.nix +++ b/home/xdg-config/uwsm-env.nix @@ -36,7 +36,7 @@ export XCURSOR_SIZE=16 ${lib.optionalString nixosConfig.my.desktop.hyprland.enable "export XDG_SESSION_DESKTOP=Hyprland"} ''; - xdg.configFile."uwsm/env-hyprland".text = '' + xdg.configFile."uwsm/env-hyprland".text = lib.optionalString nixosConfig.my.desktop.hyprland.enable '' export AQ_DRM_DEVICES=/dev/dri/nvidia-dgpu ''; }