mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
new gpg keys
This commit is contained in:
parent
fe661455fe
commit
497876d1c9
3 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [./mako ./kanshi];
|
||||
services = {
|
||||
network-manager-applet.enable = true;
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue