Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
44fbdc1d4033378de72ec8423fb485d1eb5c409f
/
.
/
modules
/
home
/
runner
/
default.nix
blob: 04c10b1a100b570fdfb6f649a2c55499194badfd [
file
] [
log
] [
blame
]
{
lib
,
config
,
...
}:
{
options
=
{
chimera
.
runner
.
enable
=
lib
.
mkEnableOption
"Enable an app runner on the system"
;
};
}