10 lines
106 B
Nix
10 lines
106 B
Nix
|
|
{
|
||
|
|
enable = true;
|
||
|
|
profiles = {
|
||
|
|
main = {
|
||
|
|
isDefault = true;
|
||
|
|
name = "Main";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|