restructure
This commit is contained in:
16
modules/users/nathan/home-manager/features/zoxide.nix
Normal file
16
modules/users/nathan/home-manager/features/zoxide.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }: {
|
||||
|
||||
flake.homeModules.nathan = { ... }: {
|
||||
|
||||
programs.zoxide = {
|
||||
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user