stockholm/lass/2configs/pass.nix

11 lines
137 B
Nix
Raw Normal View History

2015-07-16 13:51:01 +00:00
{ config, pkgs, ... }:
{
2016-04-27 10:45:08 +00:00
krebs.per-user.lass.packages = with pkgs; [
2015-07-16 13:51:01 +00:00
pass
2017-10-03 21:53:43 +00:00
gnupg
2015-07-16 13:51:01 +00:00
];
2017-10-05 03:05:00 +00:00
programs.gnupg.agent.enable = true;
2015-07-16 13:51:01 +00:00
}