mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 13:59:24 -06:00
19 lines
285 B
Nix
19 lines
285 B
Nix
|
|
{
|
||
|
|
pkgs,
|
||
|
|
...
|
||
|
|
}:
|
||
|
|
{
|
||
|
|
home.packages = builtins.attrValues {
|
||
|
|
inherit (pkgs.kdePackages)
|
||
|
|
kwallet-pam
|
||
|
|
# kwalletmanager
|
||
|
|
;
|
||
|
|
};
|
||
|
|
programs.gpg = {
|
||
|
|
enable = true;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
# use this to make annoying shit go away:
|
||
|
|
# gpg --pinentry-mode loopback --full-generate-key
|