Adds a module to launch specific nixpkgs dynamically, such that they won't be always included in the nix store
16 lines
182 B
Nix
16 lines
182 B
Nix
{
|
|
imports = [
|
|
./base
|
|
./communication
|
|
./desktop
|
|
./development
|
|
./gaming
|
|
./kdeconnect
|
|
./kubectl
|
|
./launchers
|
|
./media
|
|
./office
|
|
./sync
|
|
];
|
|
}
|