diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index 369c847..91e906e 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -84,14 +84,5 @@ in { }; }; - home.packages = with pkgs; [ - binutils - (ripgrep.override {withPCRE2 = true;}) - gnutls - fd - imagemagick - zstd - editorconfig-core-c - emacs-all-the-icons-fonts - ]; + home.packages = doom-path-pkgs; }