fix(nix): ignore power key presses
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c104699523
commit
9902f3cac2
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@
|
||||||
powertop.enable = true;
|
powertop.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.logind = {
|
||||||
|
powerKey = "ignore";
|
||||||
|
};
|
||||||
|
|
||||||
# Autologin
|
# Autologin
|
||||||
services.displayManager.autoLogin.user = "priime";
|
services.displayManager.autoLogin.user = "priime";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue