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

This commit is contained in:
2026-01-05 18:28:53 +00:00
parent 4d4df196e1
commit df61c8841d

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 = {
"$altscreenworkspace" = "11"; "$altscreenworkspace" = "11";
"$mainmonitor" = "GIGA-BYTE TECHNOLOGY CO. LTD. AORUS FO32U2 24210B000546"; "$mainmonitor" = "GIGA-BYTE TECHNOLOGY CO. LTD. AORUS FO32U2 24210B000546";