about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/urbint.nix
blob: 013735f0de7496da036145e22748e75bab70fa02 (plain) (blame)
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 {}