summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index a34dee2..796d05f 100644
--- a/common.nix
+++ b/common.nix
@@ -39,7 +39,6 @@ in
"adbusers"
] ++ groups;
packages = with pkgs; [
- pass
yt-dlp
geoipWithDatabase
dig
@@ -49,6 +48,7 @@ in
ps_mem
brightnessctl
neofetch
+ (pass.withExtensions (exts: [ exts.pass-otp ]))
];
openssh.authorizedKeys.keys = pubKeys;
};