feat: add sops, gpg agent, yubikey tools

This commit is contained in:
2025-08-27 21:19:23 -07:00
parent 22a5fc2dfe
commit 58e1546d0a
6 changed files with 139 additions and 2 deletions

View File

@@ -54,7 +54,10 @@
users.users.luca = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"docker"
];
packages = with pkgs; [
tree
];