13 lines
115 B
Nix
13 lines
115 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
programs.walker = {
|
|
enable = true;
|
|
runAsService = true;
|
|
};
|
|
}
|