mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: tuning up
This commit is contained in:
parent
e7cac64fb7
commit
2c2c38225a
12 changed files with 85 additions and 40 deletions
18
home/modules/gui/desktop/wallet/default.nix
Executable file
18
home/modules/gui/desktop/wallet/default.nix
Executable file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue