This commit is contained in:
Clayton Hickey 2025-10-15 14:18:57 -04:00
parent 2f257de7d9
commit ece8df59f2

View file

@ -136,6 +136,7 @@
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
nix.settings.trusted-users = [ nix.settings.trusted-users = [
"root" "root"
"@wheel" "@wheel"
@ -234,20 +235,6 @@
enable = true; enable = true;
package = pkgs.jdk; package = pkgs.jdk;
}; };
#vscode = {
# enable = true;
# package = pkgs.vscode-fhs;
# extensions = with pkgs.vscode-extensions; [
# # For Unity & C#
# visualstudiotoolsforunity.vstuc
# ms-dotnettools.csdevkit
# ms-dotnettools.vscode-dotnet-runtime
# ms-dotnettools.csharp
# # Personalization
# vscodevim.vim
# ];
#};
nix-ld = { nix-ld = {
enable = true; enable = true;
libraries = options.programs.nix-ld.libraries.default ++ [ libraries = options.programs.nix-ld.libraries.default ++ [