8 lines
141 B
Nix
8 lines
141 B
Nix
{pkgs, ...}: {
|
|
security.pam.services.greetd.enableGnomeKeyring = true;
|
|
environment.systemPackages = with pkgs; [
|
|
sops
|
|
age
|
|
];
|
|
}
|