13 lines
168 B
Nix
Executable file
13 lines
168 B
Nix
Executable file
{...}: {
|
|
imports = [
|
|
./anyrun
|
|
./editors
|
|
./gaming
|
|
./media
|
|
./terminal
|
|
|
|
./browsers.nix
|
|
./desktop-applications.nix
|
|
./languages.nix
|
|
];
|
|
}
|