Flake update

This commit is contained in:
Filippo Berto 2025-05-02 11:03:01 +02:00
parent 98f45f1139
commit 83a9780ef3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 28 additions and 27 deletions

View file

@ -10,7 +10,7 @@
enableBashIntegration = true;
enableZshIntegration = true;
enableNushellIntegration = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
# extraConfig = "allow-loopback-pinentry";
};
}

View file

@ -1,6 +1,7 @@
{
programs.lsd = {
enable = true;
enableAliases = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}

View file

@ -7,7 +7,7 @@
autocd = true;
syntaxHighlighting.enable = true;
plugins = [ ];
initExtraBeforeCompInit = ''
initContent = ''
zstyle ':completion:*' menu select
setopt CORRECT
setopt AUTO_CD