summaryrefslogtreecommitdiff
path: root/hosts/libreX60/home-timmy/configuration.nix
blob: a5f064ccf9de358a42ecfd153eb58ccc39cac3ef (plain)
1
2
3
4
5
6
7
8
{
	imports = [ ../home.nix ];

	targets.genericLinux.enable = true;

	_archetypes.profiles.desktop.enable = true;
	_users.timmy.home.enable = true;
}