treewide: yubikey-touch-detector init
This commit is contained in:
parent
452ee3c625
commit
b1bb1c3ea2
4 changed files with 24 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
./programs/nh.nix
|
||||
./programs/steam.nix
|
||||
./programs/ssh.nix
|
||||
./programs/yubikey-touch-detector.nix
|
||||
|
||||
./security/polkit.nix
|
||||
./security/rtkit.nix
|
||||
|
|
|
|||
11
s0mePC-nix/programs/yubikey-touch-detector.nix
Normal file
11
s0mePC-nix/programs/yubikey-touch-detector.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
yubikey-touch-detector = {
|
||||
enable = true;
|
||||
libnotify = true;
|
||||
unixSocket = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue