From ece8df59f2c52536c3e4cf5f3547014ec6cfda67 Mon Sep 17 00:00:00 2001 From: clay53 Date: Wed, 15 Oct 2025 14:18:57 -0400 Subject: [PATCH] Cleanup --- configuration.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index 175f6e5..155a19a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,7 @@ "nix-command" "flakes" ]; + nix.settings.trusted-users = [ "root" "@wheel" @@ -234,20 +235,6 @@ enable = true; 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 = { enable = true; libraries = options.programs.nix-ld.libraries.default ++ [