Better power menu handle
This commit is contained in:
parent
ea23ad8fbf
commit
8c940dec07
3 changed files with 31 additions and 70 deletions
|
|
@ -89,6 +89,11 @@ with lib; {
|
|||
];
|
||||
};
|
||||
|
||||
# Disable auto handling of power button
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
|
||||
services.keybase.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue