forked from Shinonome/omarchy-nix
fba993c589
* Set nix official formatter for the flake * format the entire project
8 lines
92 B
Nix
8 lines
92 B
Nix
{ ... }:
|
|
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
}
|