Set curses pinentry for greatyamada
This commit is contained in:
parent
84dfefcb45
commit
547365c5c3
3 changed files with 6 additions and 1 deletions
|
@ -86,6 +86,7 @@
|
|||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./common/home-manager
|
||||
./hosts/greatyamada/home-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -106,8 +107,8 @@
|
|||
users.avery = {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./hosts/mizuki/home.nix
|
||||
./common/home-manager
|
||||
./hosts/mizuki/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
1
hosts/greatyamada/home-manager/default.nix
Normal file
1
hosts/greatyamada/home-manager/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { imports = [ ./development.nix ]; }
|
3
hosts/greatyamada/home-manager/development.nix
Normal file
3
hosts/greatyamada/home-manager/development.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-curses;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue