bump: agenix
This commit is contained in:
parent
6f945ae847
commit
e4cd562742
3 changed files with 23 additions and 3 deletions
16
users/modules/global/zoxide.nix
Normal file
16
users/modules/global/zoxide.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
||||
options = [
|
||||
"--cmd cd"
|
||||
"--hook pwd"
|
||||
];
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue