This commit is contained in:
Miguel Palhas
2024-11-09 15:34:15 +00:00
parent f8473d2a9c
commit 5978e60afb
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
../common/programs/hyprland
../common/programs/kitty.nix
../common/programs/syncthing.nix
../common/programs/gpg.nix
../common/features/colorscheme.nix
../common/features/xdg.nix
../common/features/bluetooth.nix
+29
View File
@@ -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 = [