From d528a535ce6359a76f0550e6bf5caa746e2e9811 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 03:32:17 -0800 Subject: [PATCH] fix(callisto): explicitly set hyprlock monitor --- reference/hosts/callisto/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/hosts/callisto/home.nix b/reference/hosts/callisto/home.nix index d13edc6..b137741 100644 --- a/reference/hosts/callisto/home.nix +++ b/reference/hosts/callisto/home.nix @@ -1,7 +1,10 @@ +{ lib, ... }: { imports = [ ../../users/youwen/hm.nix ]; home.stateVersion = "24.05"; + + programs.hyprlock.settings.background.monitor = lib.mkForce "eDP-1"; }