Remove Code

This commit is contained in:
Smaug123
2021-09-25 19:28:20 +01:00
parent d9a173642f
commit f461d28f5c

View File

@@ -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;