Compare commits
1 Commits
b2ef22eff1
...
065acf85b4
Author | SHA1 | Date | |
---|---|---|---|
065acf85b4 |
@@ -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"
|
||||
];
|
||||
}
|
||||
|
@@ -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}";
|
||||
|
Reference in New Issue
Block a user