15 lines
166 B
Nix
15 lines
166 B
Nix
{ ... }:
|
|
{
|
|
kernel.python.minimal = {
|
|
enable = true;
|
|
};
|
|
|
|
kernel.nix.minimal = {
|
|
enable = true;
|
|
};
|
|
|
|
kernel.bash.minimal = {
|
|
enable = true;
|
|
};
|
|
}
|