mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 14:33:56 -05:00
aly/nox: use pinentry-tty
This commit is contained in:
parent
4ae9d2ce10
commit
c94f6681af
|
@ -1,4 +1,4 @@
|
|||
self: {
|
||||
self: {pkgs, ...}: {
|
||||
imports = [
|
||||
./common.nix
|
||||
./secrets.nix
|
||||
|
@ -6,5 +6,8 @@ self: {
|
|||
self.inputs.agenix.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.helix.defaultEditor = true;
|
||||
programs = {
|
||||
helix.defaultEditor = true;
|
||||
rbw.settings.pinentry = pkgs.pinentry-tty;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue