bump: agenix

This commit is contained in:
Infinidoge 2024-02-27 12:41:30 -05:00
parent 6f945ae847
commit e4cd562742
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,16 @@
{ ... }:
{
programs.zoxide = {
enable = true;
options = [
"--cmd cd"
"--hook pwd"
];
enableBashIntegration = true;
enableFishIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}