This commit is contained in:
atagen 2024-12-05 13:09:38 +11:00
parent c470c63ab2
commit bafb226314
15 changed files with 443 additions and 179 deletions

6
system/modules/culr.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
programs.meat = {
enable = true;
pattern = "rainbow-pair";
};
}