common: change remove rnix-lsp, add nil and nixpkgs-fmt, move nix default package to common

This commit is contained in:
2024-03-11 16:15:04 +01:00
parent c88c7c029a
commit 8ecb892244
5 changed files with 9 additions and 9 deletions
+3 -1
View File
@@ -13,7 +13,7 @@
enableTerminalExtra = lib.mkDefault true;
enableNixDevel = lib.mkDefault true;
editor.code.fhs.enable = true;
editor.code.fhs.packages = (ps: with ps; let llvmpkgs = llvmPackages_16; in[
editor.code.fhs.packages = (ps: with ps; let llvmpkgs = llvmPackages_16; in [
llvmpkgs.clang
llvmpkgs.llvm
llvmpkgs.bintools
@@ -26,6 +26,8 @@
gcc
gdb
nil
nixfmt
nixpkgs-fmt
cmake
gnumake
ninja