6 lines
56 B
Nix
6 lines
56 B
Nix
|
|
{...}: {
|
||
|
|
programs = {
|
||
|
|
river.enable = true;
|
||
|
|
};
|
||
|
|
}
|