added sops and age

This commit is contained in:
kenji
2025-12-24 14:11:30 -06:00
parent a4f41a0371
commit 348d2b46e6
2 changed files with 14 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
{pkgs, ...}: {
security.pam.services.greetd.enableGnomeKeyring = true;
environment.systemPackages = with pkgs; [
sops
age
];
}