fix: update hyprland monitors
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
3a3630b0a5
commit
d4fa506bac
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ in
|
|||
./hyprspace.nix
|
||||
./hyprpanel.nix
|
||||
./hyprlock.nix
|
||||
../gammastep.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -76,6 +75,8 @@ in
|
|||
|
||||
monitor = [
|
||||
"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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue