stockholm/modules/lass/pass.nix

11 lines
141 B
Nix
Raw Normal View History

2015-04-10 01:37:29 +02:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
pass
gnupg1
];
services.xserver.startGnuPGAgent = true;
}