modules/desktop: enable yubikey-touch-detector

This commit is contained in:
Max Headroom 2023-12-06 01:27:47 +01:00
parent dce1e071fc
commit dacde9abcc
2 changed files with 4 additions and 0 deletions

View file

@ -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 = {

View file

@ -0,0 +1,3 @@
{
programs.yubikey-touch-detector.enable = true;
}