Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
811c005d4e73cbc9cf1ad7c1f7d2c55694be2a8a
/
.
/
modules
/
home
/
runner
/
default.nix
blob: 04c10b1a100b570fdfb6f649a2c55499194badfd [
file
] [
log
] [
blame
]
Samuel Shuert
004d075
2024-03-02 11:57:09 -0500
[
diff
] [
blame
]
1
{
lib
,
config
,
...
}:
{
2
options
=
{
3
chimera
.
runner
.
enable
=
lib
.
mkEnableOption
"Enable an app runner on the system"
;
4
};
5
}