13 lines
140 B
Nix
13 lines
140 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./build-tarball.nix
|
|
./display.nix
|
|
];
|
|
|
|
wsl = {
|
|
enable = true;
|
|
startMenuLaunchers = true;
|
|
};
|
|
}
|