1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

chore: format

This commit is contained in:
2020-11-23 15:28:22 +01:00
parent b799e7c26f
commit 72df03fbf6

View File

@@ -161,9 +161,9 @@ in {
{ {
programs.gnupg.agent.enable = true; programs.gnupg.agent.enable = true;
environment.systemPackages = [ environment.systemPackages = [
pkgs.gnupg pkgs.gnupg
(pkgs.pass.withExtensions (e: [e.pass-otp])) (pkgs.pass.withExtensions (e: [e.pass-otp]))
]; ];
} }
{ {