cc12188d31be ^
1 2 3 4 5 6 7 8 9
{ config, lib, pkgs, ... }: if lib.pathExists (~/code/urb/urbos) then { imports = [ ~/code/urb/urbos/home ]; urbint.projectPath = "code/urb"; } else {}