mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat(demeter): explicitly set hyprlock monitor
This commit is contained in:
parent
c308976fe7
commit
662e79ba4a
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
inputs,
|
lib,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -9,4 +8,6 @@
|
||||||
"DP-1,2560x1440@144,1920x0,auto"
|
"DP-1,2560x1440@144,1920x0,auto"
|
||||||
"HDMI-A-1,1920x1080@60,0x0,1"
|
"HDMI-A-1,1920x1080@60,0x0,1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.hyprlock.settings.background.monitor = lib.mkForce "DP-1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue