packages.desktop: enable yubikey-touch-detector

This commit is contained in:
陈浩南 2024-02-12 13:36:55 +08:00
parent 244b0e17fa
commit 6f533e73ee

View File

@ -50,6 +50,7 @@ inputs:
adb.enable = true;
wireshark = { enable = true; package = inputs.pkgs.wireshark; };
vim.package = inputs.pkgs.vim-full;
yubikey-touch-detector.enable = true;
};
nixpkgs.config.packageOverrides = pkgs:
{