treewide: yubikey-touch-detector init

This commit is contained in:
hand7s 2025-04-27 13:09:50 +03:00
parent 452ee3c625
commit b1bb1c3ea2
No known key found for this signature in database
4 changed files with 24 additions and 0 deletions

View file

@ -49,6 +49,7 @@
./programs/nh.nix
./programs/steam.nix
./programs/ssh.nix
./programs/yubikey-touch-detector.nix
./security/polkit.nix
./security/rtkit.nix

View file

@ -0,0 +1,11 @@
{
...
}: {
programs = {
yubikey-touch-detector = {
enable = true;
libnotify = true;
unixSocket = true;
};
};
}