From 57addbac80a35c73e2b6af8317854a97a4931643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 20 Apr 2024 20:36:23 +0200 Subject: [PATCH] Generation 72 2024-04-20 20:36:22 (current) --- home/jonas/doom.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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; }