9 lines
169 B
Nix
9 lines
169 B
Nix
{...}: {
|
|
programs = {
|
|
yubikey-touch-detector = {
|
|
enable = true;
|
|
libnotify = true;
|
|
unixSocket = true;
|
|
};
|
|
};
|
|
}
|