Initial Commit
This commit is contained in:
13
programs/terminal/zoxide/zoxide.nix
Normal file
13
programs/terminal/zoxide/zoxide.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
programs.zoxide = {
|
||||
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user