mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(adrastea)!: configure new monitor setup
This commit is contained in:
parent
0b37ddf324
commit
5a56185f22
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
|
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
|
||||||
"eDP-1,2560x1440@165,0x0,1.6"
|
# "eDP-1,2560x1440@165,0x0,1.6"
|
||||||
|
"eDP-1, disable"
|
||||||
|
"DP-3,2560x1440@165,0x0,1.0"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue