fix: update hyprland monitors

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-07-09 08:04:07 -04:00
parent 3a3630b0a5
commit d4fa506bac
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -25,7 +25,6 @@ in
./hyprspace.nix ./hyprspace.nix
./hyprpanel.nix ./hyprpanel.nix
./hyprlock.nix ./hyprlock.nix
../gammastep.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -76,6 +75,8 @@ in
monitor = [ monitor = [
"eDP-2,highres,0x0,1" # My internal laptop screen "eDP-2,highres,0x0,1" # My internal laptop screen
"DP-1, highres, 0x0,1"
"HDMI-A-1, highres, auto-right,1"
",prefered,auto,1" # default ",prefered,auto,1" # default
]; ];