stockholm/modules/lass/pass.nix
2015-05-19 23:17:19 +02:00

11 lines
141 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
pass
gnupg1
];
services.xserver.startGnuPGAgent = true;
}