summaryrefslogtreecommitdiff
path: root/modules/home/userdirs.nix
blob: 58c1d59e172e02c397fa17b7ca2b5515d3206b39 (plain)
1
2
3
4
5
{ userDetails, ... }: {
	xdg.userDirs = {
		enable = true;
	} // userDetails.userDirs;
}