My personal nix config files. Feel free to import flake.

'pay-respects' replaces 'thefuck'

+1 -1
+1 -1
modules/home-manager/by-category/tools.nix
··· 86 86 # verbose = true; 87 87 }; 88 88 }; 89 - thefuck.enable = lib.mkDefault true; # corrects previous command 89 + pay-respects.enable = lib.mkDefault true; # corrects previous command 90 90 bat = { 91 91 # Cat(1) clone with syntax highlighting and Git integration 92 92 enable = lib.mkDefault true;