From f461d28f5c0cb40b63644cf808a4c90fedb234ab Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sat, 25 Sep 2021 19:28:20 +0100 Subject: [PATCH] Remove Code --- darwin-configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/darwin-configuration.nix b/darwin-configuration.nix index 0110946..1dcbab4 100644 --- a/darwin-configuration.nix +++ b/darwin-configuration.nix @@ -187,15 +187,17 @@ in [ pkgs.alacritty pkgs.keepassxc - vscode-with-extensions + pkgs.rustc + pkgs.cargo python + #vscode-with-extensions ]; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "vscode" - "vscode-with-extensions" - "vscode-extension-ms-vscode-remote-remote-ssh" - ]; + #nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + # "vscode" + # "vscode-with-extensions" + # "vscode-extension-ms-vscode-remote-remote-ssh" + #]; # This line is required; otherwise, on shell startup, you won't have Nix stuff in the PATH. programs.zsh.enable = true;