From 3da34021eaf538d71e36ad0922a692443e23c66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 20 Oct 2024 14:34:50 +0200 Subject: [PATCH] Home Gen363 @ 2024-10-20-14:34 --- modules/home/doom/doom.nix | 1 + modules/home/doom/static/config.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index 94bc6be..793f423 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -11,6 +11,7 @@ ]; doom-path-pkgs = with pkgs; [ (ripgrep.override {withPCRE2 = true;}) + alejandra binutils clang-tools cmake diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index a7912dc..e9973f6 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -131,3 +131,6 @@ "--compile-commands-dir=build" )) (set-lsp-priority! 'clangd 2)) + + +(set-formatter! 'alejandra "alejandra -" :modes '(nix-mode))