mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
fix(adrastea): use correct hyprland configuration
This commit is contained in:
parent
a2593f33f8
commit
a18a91ed48
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
"eDP-1, disable"
|
"eDP-1, disable"
|
||||||
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland.settings.cursor.no_hardware_cursors = true;
|
|
||||||
|
|
||||||
# since we are using this as a "desktop" of sorts, we have no need to save
|
# since we are using this as a "desktop" of sorts, we have no need to save
|
||||||
# power by using optimus. poor performance on external display, so we add
|
# power by using optimus. poor performance on external display, so we add
|
||||||
|
@ -23,5 +22,5 @@
|
||||||
|
|
||||||
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
||||||
|
|
||||||
liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1";
|
liminalOS.desktop.hyprland.screenlocker.monitor = "HDMI-A-1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue