203 current 2024-03-14 15:47:35 24.05.20240312.0ad13a6 6.8.0-zen1 *
This commit is contained in:
parent
56b2d18c9a
commit
74b57d7f2e
2 changed files with 18 additions and 14 deletions
|
|
@ -1,9 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
udiskie.enable = true;
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome2";
|
||||
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
|
||||
enableSshSupport = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue