mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: configure pinentry in home-manager
This commit is contained in:
parent
0b11346dae
commit
cf5adcd4df
3 changed files with 26 additions and 14 deletions
|
|
@ -28,11 +28,11 @@ in
|
|||
./btop
|
||||
|
||||
./tmux
|
||||
|
||||
./neovim
|
||||
./vim
|
||||
|
||||
./password-store
|
||||
./gpg
|
||||
|
||||
./cmus
|
||||
];
|
||||
|
|
@ -54,11 +54,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
ripgrep.enable = true;
|
||||
gpg.enable = true;
|
||||
};
|
||||
|
||||
programs.ripgrep.enable = true;
|
||||
home.packages = lib.mkMerge [
|
||||
[
|
||||
# shell and script dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue