11 lines
147 B
Nix
11 lines
147 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./display.nix ];
|
|
|
|
wsl = {
|
|
enable = true;
|
|
tarball.configPath = ../../../.;
|
|
startMenuLaunchers = true;
|
|
};
|
|
}
|