From 7d3f961b6618a8e88fb171e70af6118318bb04e2 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 2 Sep 2022 17:11:45 +0200 Subject: [PATCH] added the fuck --- modules/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) 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;