diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index 4e1a41d..9729cbf 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -43,7 +43,7 @@ in { programs.emacs = { enable = true; - package = wrapped-emacs; + #package = wrapped-emacs; }; home = { @@ -77,4 +77,15 @@ in { }; }; }; + + home.packages = with pkgs; [ + binutils + (ripgrep.override {withPCRE2 = true;}) + gnutls + fd + imagemagick + zstd + editorconfig-core-c + emacs-all-the-icons-fonts + ]; }