enable integrations and nix fmt

This commit is contained in:
cy 2024-12-23 02:30:20 -05:00
parent 7f4ccfa190
commit f73ada358b
4 changed files with 15 additions and 40 deletions

View file

@ -84,19 +84,7 @@
};
};
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = [ "--cmd cd" ];
};
programs.eza = {
enable = true;
enableZshIntegration = true;
};
programs.fzf.enableZshIntegration = true;
programs.zoxide.enableZshIntegration = true;
programs.eza.enableZshIntegration = true;
}