summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
blob: 3e42bf963af76608eea34eaabf9d0f77df10fb0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_: {
	imports = [
		../common/hardware/nvidia.nix
		./boot.nix
		./hardware-configuration.nix
		./network.nix
		./services.nix
	];

	sys = {
		gui.enable = true;
		desktop = "gnome";
	};
}