mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07: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…
Add table
Add a link
Reference in a new issue