mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
aly/nox: use pinentry-tty
This commit is contained in:
parent
4ae9d2ce10
commit
c94f6681af
|
@ -1,4 +1,4 @@
|
||||||
self: {
|
self: {pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./common.nix
|
./common.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
|
@ -6,5 +6,8 @@ self: {
|
||||||
self.inputs.agenix.homeManagerModules.default
|
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