depot/third_party/tvl/users/glittershark/system/home/modules/urbint.nix

10 lines
162 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
if lib.pathExists (~/code/urb/urbos)
then {
imports =
[ ~/code/urb/urbos/home ];
urbint.projectPath = "code/urb";
} else {}