mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-07-25 18:14:44 +00:00
feat: integrate system config
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
pkgs,
|
||||
homeDirectory,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
# fix pinentry on non-gnome with this in
|
||||
# the system config: services.dbus.packages = with pkgs; [ gcr ];
|
||||
gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user