about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/urbint.nix
{ config, lib, pkgs, ... }:

if lib.pathExists (~/code/urb/urbos)
then {
  imports =
    [ ~/code/urb/urbos/home ];

  urbint.projectPath = "code/urb";
} else {}