no need for allowing discord
This commit is contained in:
parent
33c6f2492c
commit
cc030ddcd0
1 changed files with 0 additions and 2 deletions
|
|
@ -4,11 +4,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
# nixpkgs.config.allowUnfree = true; # TODO: replace this with allowUnfreePredicate
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"vscode" # TODO: remove this
|
"vscode" # TODO: remove this
|
||||||
"discord" # TODO: remove this
|
|
||||||
"obsidian"
|
"obsidian"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue