summaryrefslogtreecommitdiff
path: root/modules/yubico/hm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/yubico/hm.nix')
-rw-r--r--modules/yubico/hm.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/yubico/hm.nix b/modules/yubico/hm.nix
deleted file mode 100644
index 8d06368..0000000
--- a/modules/yubico/hm.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- pkgs,
- lib,
- ...
-}: {
- home.packages = [
- pkgs.yubikey-manager
- ];
-}