added sops on inputs

This commit is contained in:
kenji
2025-12-24 15:51:42 -06:00
parent 348d2b46e6
commit 3980c8ae88
3 changed files with 29 additions and 6 deletions
-4
View File
@@ -1,7 +1,3 @@
{pkgs, ...}: {
security.pam.services.greetd.enableGnomeKeyring = true;
environment.systemPackages = with pkgs; [
sops
age
];
}