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