gpg
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
../common/programs/hyprland
|
../common/programs/hyprland
|
||||||
../common/programs/kitty.nix
|
../common/programs/kitty.nix
|
||||||
../common/programs/syncthing.nix
|
../common/programs/syncthing.nix
|
||||||
|
../common/programs/gpg.nix
|
||||||
../common/features/colorscheme.nix
|
../common/features/colorscheme.nix
|
||||||
../common/features/xdg.nix
|
../common/features/xdg.nix
|
||||||
../common/features/bluetooth.nix
|
../common/features/bluetooth.nix
|
||||||
|
|||||||
@@ -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;
|
gaps_out = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
monitor = [
|
||||||
|
"eDP-1, 1920x1080, 0x0, 1"
|
||||||
|
"DP-1, 1920x1080, auto, 1, mirror, eDP-1"
|
||||||
|
];
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
bezier = "easeOutQuad, 0.5, 1, 0.89, 1";
|
bezier = "easeOutQuad, 0.5, 1, 0.89, 1";
|
||||||
animation = [
|
animation = [
|
||||||
|
|||||||
Reference in New Issue
Block a user