Update to (somewhat?) dendritic pattern
Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
This commit is contained in:
9
modules/programs/zoxide.nix
Normal file
9
modules/programs/zoxide.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
flake.modules.homeManager.zoxide = {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = [ "--cmd cd" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user