Auto-commit: 2026-01-05 18:28:46

This commit is contained in:
2026-01-05 18:28:46 +00:00
parent 79f39be5fb
commit 4d4df196e1

View File

@@ -1,5 +1,9 @@
{ lib, nixosConfig, ... }:
let
cfg = nixosConfig.my.desktop;
in
{ {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) {
settings = { settings = {
"$games" = "^(steam_app_.*|gamescope|starrail.exe|.*\.exe)$"; "$games" = "^(steam_app_.*|gamescope|starrail.exe|.*\.exe)$";
"$launch_on_second_monitor" = "^(vesktop|spotify)$"; "$launch_on_second_monitor" = "^(vesktop|spotify)$";