fix doom for jroeger

This commit is contained in:
Jonas Röger 2025-04-15 13:38:19 +02:00
parent e331815d6a
commit f20b8ab4fd
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@
doom.enableCopilot = true; doom.enableCopilot = true;
doom.withNixPkgs = true; doom.withNixPkgs = true;
doom.withShellPkgs = true; doom.withShellPkgs = true;
doom.withCXXPkgs = true;
# This value determines the Home Manager release that your configuration is # This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release # compatible with. This helps avoid breakage when a new Home Manager release

View File

@ -37,7 +37,6 @@
]; ];
default-cxx-pkgs = with pkgs; [ default-cxx-pkgs = with pkgs; [
clang clang
clang-format
clang-tools clang-tools
cmake cmake
cppcheck cppcheck