Flake update
This commit is contained in:
parent
98f45f1139
commit
83a9780ef3
4 changed files with 28 additions and 27 deletions
|
|
@ -10,7 +10,7 @@
|
|||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
# extraConfig = "allow-loopback-pinentry";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
autocd = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
plugins = [ ];
|
||||
initExtraBeforeCompInit = ''
|
||||
initContent = ''
|
||||
zstyle ':completion:*' menu select
|
||||
setopt CORRECT
|
||||
setopt AUTO_CD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue