Add i3 lock, shutdown etc.

This commit is contained in:
Vili Sinervä 2024-10-22 15:09:59 +03:00
parent 697085c221
commit 8f38352515
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 11 additions and 3 deletions

View file

@ -33,7 +33,4 @@
security.pam.u2f.enable = true;
programs.i3lock.u2fSupport = true;
services.udev.extraRules = ''
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", MODE:="0660", GROUP:="onlykey", RUN+="${pkgs.i3lock}/bin/i3lock"
'';
}