From e7932bd12b6eae5a684c657c26fedb8c8c50df09 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 23 Feb 2025 01:08:35 +0800 Subject: [PATCH] feat: add thefuck to bashrc --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 3651025..3962a7e 100644 --- a/home.nix +++ b/home.nix @@ -16,6 +16,7 @@ unzip ripgrep wl-clipboard + thefuck ]; home.sessionVariables = { @@ -49,6 +50,9 @@ shellAliases = { l = "ls -l --human-readable --file-type --almost-all"; }; + bashrcExtra = '' + eval $(thefuck --alias) + ''; }; wayland.windowManager.hyprland = {