6 lines
85 B
Nix
6 lines
85 B
Nix
{...}: {
|
|
programs.meat = {
|
|
enable = true;
|
|
pattern = "rainbow-pair";
|
|
};
|
|
}
|