Restructure repo
This commit is contained in:
7
modules/home-manager/shell/zoxide.nix
Normal file
7
modules/home-manager/shell/zoxide.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# Zoxide is a cd replacement
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user