Files
nix/hosts/elara/hardware/default.nix
2025-09-01 14:21:21 +01:00

13 lines
191 B
Nix

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