no need for allowing discord

This commit is contained in:
Osman Faruk Bayram 2025-03-25 13:20:36 +03:00
parent 33c6f2492c
commit cc030ddcd0

View file

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