mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
fix(callisto): explicitly set hyprlock monitor
This commit is contained in:
parent
4f2f55da53
commit
efaf10410c
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../users/youwen/hm.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
programs.hyprlock.settings.background.monitor = lib.mkForce "eDP-1";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue