diff --git a/reference/hosts/adrastea/home.nix b/reference/hosts/adrastea/home.nix index 51b3365..4bb0337 100644 --- a/reference/hosts/adrastea/home.nix +++ b/reference/hosts/adrastea/home.nix @@ -11,7 +11,6 @@ "eDP-1, disable" "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 # power by using optimus. poor performance on external display, so we add @@ -23,5 +22,5 @@ programs.waybar.settings.mainBar.output = "HDMI-A-1"; - liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1"; + liminalOS.desktop.hyprland.screenlocker.monitor = "HDMI-A-1"; }