Files
nix/hosts/elara/hardware/default.nix
2025-08-20 14:45:53 +00:00

13 lines
140 B
Nix

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