Files
nix/hosts/elara/hardware/default.nix
Nikolaos Karaolidis 8631e15593 Let's hope WSL is not against company policy
If you are looking at this, you know who you are

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-08-19 12:24:17 +03:00

9 lines
106 B
Nix

{ ... }:
{
wsl = {
enable = true;
defaultUser = "nikara";
startMenuLaunchers = true;
};
}