fix doom for jroeger
This commit is contained in:
parent
e331815d6a
commit
f20b8ab4fd
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user