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                          *

wildfire: 316 current  2025-06-24 16:05:25  25.05.20250620.b2485d5  6.15.3                          *
This commit is contained in:
2025-06-24 15:36:37 +02:00
parent cfe5589b69
commit a4eb496e7e
2 changed files with 5 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,10 @@
# ================================
# ENVIRONMENT VARIABLES
# ================================
# global variables set on shell initialization
environment.variables = {
};
# session variables
environment.sessionVariables = {
# Set Firefox as default browser
BROWSER = "${pkgs.lib.getBin pkgs.firefox}";