diff options
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 7fc5de807d6d..1152a3395a8e 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -54,6 +54,7 @@ with lib; gdb lldb hyperfine + config.lib.depot.third_party.clang-tools clj2nix clojure @@ -62,7 +63,7 @@ with lib; pg-dump-upsert - config.lib.depot.third_party.clang-tools + nodePackages.prettier ] ++ optionals (stdenv.isLinux) [ julia valgrind |