11 lines
137 B
Nix
11 lines
137 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
krebs.per-user.lass.packages = with pkgs; [
|
|
pass
|
|
gnupg
|
|
];
|
|
|
|
programs.gnupg.agent.enable = true;
|
|
}
|