diff --git a/modules/zsh.nix b/modules/zsh.nix index 22721b5..041d8c3 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -7,6 +7,9 @@ in with lib; { }; config = mkIf cfg.enable { home-manager.users.jade = { pkgs,... } : { + home.packages = with pkgs; [ + thefuck + ]; programs.zsh = { enable = true; enableAutosuggestions = true;