13 lines
191 B
Nix
13 lines
191 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./display.nix ];
|
|
|
|
wsl = {
|
|
enable = true;
|
|
tarball.configPath = ../../../.;
|
|
startMenuLaunchers = true;
|
|
};
|
|
|
|
security.sudo.wheelNeedsPassword = true;
|
|
}
|