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