prettier code

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-06 13:53:19 +01:00
parent 1814068cfe
commit 06a630319d

View File

@@ -1,16 +1,15 @@
{ pkgs, pkgs-unstable, ... }:
{
# there also is a system module
home.packages = with pkgs; [
home.packages = (with pkgs; [
gnupg
gpg-tui
] ++ ( with pkgs-unstable; [
]) ++ ( with pkgs-unstable; [
pinentry-all
]);
# services.pcscd.enable = true;
services.gpg-agent =
let
services.gpg-agent = let
min2sec = min: (min * 60);
in {
enable = true;