hotfix (packages config): add geekiot user package config
This commit is contained in:
parent
18e2fbf5a1
commit
83abf471a4
3 changed files with 15 additions and 1 deletions
14
users/geekiot/packages_config.nix
Normal file
14
users/geekiot/packages_config.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib }:
|
||||
{
|
||||
allowUnfree = false;
|
||||
allowBroken = false;
|
||||
|
||||
allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
];
|
||||
}
|
||||
Reference in a new issue