fix: ignore lid switch, suspend broken
This commit is contained in:
parent
bdc039ab9a
commit
d5042f58c5
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.LAPTOP = "True";
|
environment.variables.LAPTOP = "True";
|
||||||
|
|
||||||
|
services.logind.lidSwitch = "ignore";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue