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

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