summaryrefslogtreecommitdiff
path: root/hosts/glados-wsl/default.nix
blob: d8e9ccbe118d671525659cf755e605a4265c6a01 (plain)
1
2
3
4
5
{modulesPath, ...}: {
	imports = [
		(modulesPath + "/profiles/minimal.nix")
	];
}