This allows work machines to enable development, while not including non-work-related kubectl management stuffs.
15 lines
166 B
Nix
15 lines
166 B
Nix
{
|
|
imports = [
|
|
./base
|
|
./communication
|
|
./desktop
|
|
./development
|
|
./gaming
|
|
./kdeconnect
|
|
./kubectl
|
|
./media
|
|
./office
|
|
./sync
|
|
];
|
|
}
|