formatting

This commit is contained in:
Osman Faruk Bayram 2025-01-21 19:35:58 +03:00
parent c5d26eee94
commit 2b5906c393

View file

@ -6,7 +6,8 @@
}: {
# Allow unfree packages
# nixpkgs.config.allowUnfree = true; # TODO: replace this with allowUnfreePredicate
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"vscode" # TODO: remove this
"discord" # TODO: remove this
"obsidian"