formatting
This commit is contained in:
parent
c5d26eee94
commit
2b5906c393
1 changed files with 15 additions and 14 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
}: {
|
}: {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
# nixpkgs.config.allowUnfree = true; # TODO: replace this with allowUnfreePredicate
|
# 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
|
"vscode" # TODO: remove this
|
||||||
"discord" # TODO: remove this
|
"discord" # TODO: remove this
|
||||||
"obsidian"
|
"obsidian"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue