flakes/modules/system/corectrl.nix

6 lines
61 B
Nix
Raw Permalink Normal View History

2023-09-26 20:42:01 +07:00
{ ... }: {
programs.corectrl = {
enable = true;
};
}