Compare commits

...

1 Commits

Author SHA1 Message Date
065acf85b4 wildfire: 314 current 2025-06-24 15:36:30 25.05.20250620.b2485d5 6.15.3 *
wildfire: 315 current  2025-06-24 15:38:16  25.05.20250620.b2485d5  6.15.3                          *
2025-06-24 15:49:35 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
# Home Manager Hyprland monitors
wayland.windowManager.hyprland.settings.monitor = [
"DP-3, 2560x1440@143.97, 1920x-360, 1"
"DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1"
"HDMI-A-1, 1920x1080@60.00, 0x0, 1"
];
}

View File

@@ -83,6 +83,11 @@
# ================================
# ENVIRONMENT VARIABLES
# ================================
# global variables set on shell initialization
environment.variables = {
WLR_NO_HARDWARE_CURSORS = "1";
};
# session variables
environment.sessionVariables = {
# Set Firefox as default browser
BROWSER = "${pkgs.lib.getBin pkgs.firefox}";