update stuff
This commit is contained in:
parent
20c47e4950
commit
0c371d3c63
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
_: {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
enableZshIntegration = true;
|
||||
extraOptions = [ "--group-directories-first" "--group" ];
|
||||
git = true;
|
||||
icons = true;
|
||||
|
|
|
@ -3,7 +3,7 @@ _: {
|
|||
gpg-agent = {
|
||||
enable = true;
|
||||
enableScDaemon = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
# pinentryFlavor = "gnome3";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
{pkgs,...}: {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue