Initial commit
This commit is contained in:
7
modules/features/pinentry.nix
Normal file
7
modules/features/pinentry.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
lux.pinentry.homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rbw.settings.pinentry = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user