gpg
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
agent = {
|
||||
enable = true;
|
||||
enableScDaemon = true;
|
||||
};
|
||||
pinentry = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
settings = {
|
||||
keyserver = "hkps://keys.openpgp.org";
|
||||
use-agent = true;
|
||||
use-agent-extra = true;
|
||||
no-greeting = true;
|
||||
verbose = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.password-store.enable = true;
|
||||
}
|
||||
@@ -58,6 +58,11 @@ in
|
||||
gaps_out = 0;
|
||||
};
|
||||
|
||||
monitor = [
|
||||
"eDP-1, 1920x1080, 0x0, 1"
|
||||
"DP-1, 1920x1080, auto, 1, mirror, eDP-1"
|
||||
];
|
||||
|
||||
animations = {
|
||||
bezier = "easeOutQuad, 0.5, 1, 0.89, 1";
|
||||
animation = [
|
||||
|
||||
Reference in New Issue
Block a user