mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
11 lines
178 B
Nix
11 lines
178 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
programs = {
|
|
zsh.enable = true;
|
|
gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
# pinentryFlavor = "";
|
|
};
|
|
};
|
|
}
|