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; };