diff options
Diffstat (limited to 'hosts/laptop')
| -rw-r--r-- | hosts/laptop/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a2030fe..c9978b7 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -45,6 +45,11 @@ hibernate = "systemctl hibernate"; }; + services.logind = { + powerKey = "ignore"; + powerKeyLongPress = "ignore"; + }; + services.keyd = { enable = true; keyboards.default = { |
