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
@@ -82,7 +82,6 @@ in
./hardware-configuration.nix
];
boot.supportedFilesystems = [ "ntfs" ];
nix.package = pkgs.nixFlakes;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true;
nix.settings.substituters = [
+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