Files
nix/hosts/elara/hardware/default.nix
2025-09-03 10:49:05 +00:00

11 lines
147 B
Nix

{ ... }:
{
imports = [ ./display.nix ];
wsl = {
enable = true;
tarball.configPath = ../../../.;
startMenuLaunchers = true;
};
}