feat(demeter): explicitly set hyprlock monitor

This commit is contained in:
Youwen Wu 2024-12-14 02:44:32 -08:00
parent c308976fe7
commit 662e79ba4a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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";
} }