1
0
Fork 0

fix(nix): ignore power key presses

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-19 15:59:30 -05:00
parent c104699523
commit 9902f3cac2
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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";