Update nixos-wsl

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-26 07:11:49 +00:00
parent 26fb9785b8
commit deb460989e
6 changed files with 14 additions and 108 deletions

View File

@@ -1,12 +1,10 @@
{ ... }:
{
imports = [
./build-tarball.nix
./display.nix
];
imports = [ ./display.nix ];
wsl = {
enable = true;
tarball.configPath = ../../../.;
startMenuLaunchers = true;
};
}