mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
Compare commits
2 commits
3811e2fae0
...
8cba7f17c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cba7f17c5 | |||
| 6461bc5f27 |
2 changed files with 4 additions and 5 deletions
|
|
@ -3,10 +3,9 @@
|
|||
services = {
|
||||
fstrim.enable = true;
|
||||
};
|
||||
services.logind.extraConfig = ''
|
||||
# don’t shutdown when power button is short-pressed
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "ignore"; # don’t shutdown when power button is short-pressed
|
||||
};
|
||||
|
||||
# To prevent getting stuck at shutdown.
|
||||
# systemd.extraConfig = "DefaultTimeoutStopSec=10s"; # Deprecated now
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ in
|
|||
thunderbird
|
||||
lxqt.pavucontrol-qt
|
||||
mpv
|
||||
plasma5Packages.kdeconnect-kde
|
||||
kdePackages.kdeconnect-kde
|
||||
winbox
|
||||
# onthespot-overlay
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue