update stuff

This commit is contained in:
Adithya 2024-03-15 22:21:11 +05:30
parent 20c47e4950
commit 0c371d3c63
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
_: {
programs.eza = {
enable = true;
enableAliases = true;
enableZshIntegration = true;
extraOptions = [ "--group-directories-first" "--group" ];
git = true;
icons = true;

View file

@ -3,7 +3,7 @@ _: {
gpg-agent = {
enable = true;
enableScDaemon = true;
pinentryFlavor = "gnome3";
# pinentryFlavor = "gnome3";
};
};
}

View file

@ -1,6 +1,6 @@
_: {
{pkgs,...}: {
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
}