Home Gen363 @ 2024-10-20-14:34

This commit is contained in:
Jonas Röger 2024-10-20 14:34:50 +02:00
parent e6d952cddb
commit 3da34021ea
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
]; ];
doom-path-pkgs = with pkgs; [ doom-path-pkgs = with pkgs; [
(ripgrep.override {withPCRE2 = true;}) (ripgrep.override {withPCRE2 = true;})
alejandra
binutils binutils
clang-tools clang-tools
cmake cmake

View File

@ -131,3 +131,6 @@
"--compile-commands-dir=build" "--compile-commands-dir=build"
)) ))
(set-lsp-priority! 'clangd 2)) (set-lsp-priority! 'clangd 2))
(set-formatter! 'alejandra "alejandra -" :modes '(nix-mode))