Cleanup
This commit is contained in:
parent
2f257de7d9
commit
ece8df59f2
1 changed files with 1 additions and 14 deletions
|
|
@ -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 ++ [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue