mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05: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
|