refactoring

This commit is contained in:
Matt Nish-Lapidus 2025-06-01 15:54:24 -04:00
parent dc2414a72a
commit 6a748eae80
5 changed files with 96 additions and 101 deletions

View file

@ -135,10 +135,6 @@
enable = true;
package = (pkgs.ripgrep.override {withPCRE2 = true;});
};
thefuck = {
enableFishIntegration = true;
enable = true;
};
wezterm = {
enable = true;
package = inputs.wezterm.packages.${pkgs.system}.default;