refactor: move hyprlock settings to nix

This commit is contained in:
DACHXY 2025-04-28 03:06:00 +08:00
parent 8772b124fa
commit d298d751fc
3 changed files with 124 additions and 110 deletions

View file

@ -5,7 +5,7 @@ in
map (dev: dev // modulesConfig) [
# Monitor 1
{
output = "DP-3";
output = "DP-2";
layer = "top";
exclusive = true;
passthrough = false;
@ -39,7 +39,7 @@ map (dev: dev // modulesConfig) [
}
# Monitor 2
{
output = "DP-2";
output = "DP-3";
layer = "top";
exclusive = true;
height = 54;