From ddbe8756c49103a703f0ba56c3dec073ee51a975 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 8 Jun 2025 13:44:51 +0200 Subject: [PATCH] feat(shell): replace the fuck with pay respects. --- modules/cross-platform/home-manager/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 36b800b..36e7a7b 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -84,8 +84,8 @@ nix-direnv.enable = true; }; - # Install the fuck - programs.thefuck = { + # Install pay respects + programs.pay-respects = { enable = true; enableZshIntegration = true; };