modules/desktop: enable yubikey-touch-detector
This commit is contained in:
parent
dce1e071fc
commit
dacde9abcc
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ in {
|
||||||
./open-in-blackbox.nix
|
./open-in-blackbox.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./pkexec.nix
|
./pkexec.nix
|
||||||
|
./security.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|
3
modules/desktop/security.nix
Normal file
3
modules/desktop/security.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
programs.yubikey-touch-detector.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue