7 lines
90 B
Nix
7 lines
90 B
Nix
{...}: {
|
|
programs = {
|
|
enable = true;
|
|
# TODO
|
|
profiles."default" = {};
|
|
};
|
|
}
|