summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-12-28 18:30:43 -0600
committerAlejandro Soto <alejandro@34project.org>2022-12-28 18:45:03 -0600
commite508b2b5d7c7e3504bb5e8ff33fd3bbfc006f9ef (patch)
tree8b575f860890e2e77d5a3146558b628e4b2b91e1 /home
parentccbd359a8f9089a1e7a9566fdca62e26a2bb447c (diff)
flake: move nixpkgs config to pkgs/config
Diffstat (limited to '')
-rw-r--r--home/path.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/path.nix b/home/path.nix
index 152091d..ca76cfb 100644
--- a/home/path.nix
+++ b/home/path.nix
@@ -44,13 +44,4 @@ with lib; {
pkgs.xsel
pkgs.zoom-us
];
-
- nixpkgs.config.allowUnfreePredicate = pkg: elem (getName pkg) [
- "anydesk"
- "mssql-tools"
- "quartus-prime-lite-unwrapped"
- "tools" # androidsdk
- "teams"
- "zoom"
- ];
}