jovian change again

This commit is contained in:
kenji
2025-11-24 14:04:30 -06:00
parent 2d7fcc8801
commit 84ee68cb1f
+6 -2
View File
@@ -19,8 +19,8 @@
desktopSession = "hyprland"; desktopSession = "hyprland";
user = "${myConfig.essentials.Username}"; user = "${myConfig.essentials.Username}";
environment = { environment = {
OUTPUT_CONNECTOR = "DP-3"; # Keep this OUTPUT_CONNECTOR = "DP-1"; # Keep this
STEAM_GAMESCOPE_CMD_OPTIONS = "-O DP-3"; # Force override flag STEAM_GAMESCOPE_CMD_OPTIONS = "-O DP-1"; # Force override flag
}; };
}; };
@@ -30,6 +30,10 @@
user = "${myConfig.essentials.Username}"; user = "${myConfig.essentials.Username}";
}; };
jovian.devices.steamdeck = {
enableControllerUdevRules = true;
};
# programs.gamescope = { # programs.gamescope = {
# enable = true; # enable = true;
# args = ["--output-name" "DP-1"]; # args = ["--output-name" "DP-1"];