hotfix (packages config): add geekiot user package config

This commit is contained in:
Kirill Samoylenkov 2025-09-27 15:18:08 +05:00
parent 18e2fbf5a1
commit 83abf471a4
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{ lib }:
{
allowUnfree = false;
allowBroken = false;
allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
}