From 85cd61d206d09e85606b94d927604f907d40c98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Fri, 26 Jan 2024 18:38:11 +0100 Subject: [PATCH] thefuck: Added Mostly as an experiment for now. --- hm/common.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {