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
4f14f2051d
commit
d528a535ce
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../users/youwen/hm.nix
|
../../users/youwen/hm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
|
programs.hyprlock.settings.background.monitor = lib.mkForce "eDP-1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue