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

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