diff --git a/hm/common.nix b/hm/common.nix index 6c7a1da..e455af5 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -58,6 +58,11 @@ newestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | tail''; oldestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | head''; }; + thefuck = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; lsd = { enable = true; settings = {