Initial dendritic rewrite
This commit is contained in:
8
modules/features/zoxide.nix
Normal file
8
modules/features/zoxide.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
flake.modules.homeManager.zoxide = {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user