summaryrefslogtreecommitdiff
path: root/hosts/common/default.nix
blob: 1947de1714d3e03ce37e457b0a83b978c457eb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{config, ...}: {
	imports = [
		./documentation.nix
		./desktop
		./fonts.nix
		./locale.nix
		./options.nix
		./packages.nix
		./security.nix
		./systemd.nix
		./users.nix
	];

	# config.services.kmscon.enable = true;
}