mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: flatten nixosModule implementation
This commit is contained in:
parent
59ab652d82
commit
e1c2e28442
15 changed files with 0 additions and 0 deletions
20
nix/nixosModules/shared/unfree-predicate.nix
Normal file
20
nix/nixosModules/shared/unfree-predicate.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"discord"
|
||||
"languagetool"
|
||||
|
||||
"brscan5"
|
||||
"brscan5-etc-files"
|
||||
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
|
||||
"vscode"
|
||||
"code"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue