refactor: move hyprlock settings to nix
This commit is contained in:
parent
8772b124fa
commit
d298d751fc
3 changed files with 124 additions and 110 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue