about summary refs log tree commit diff
path: root/home/modules/urbint/default.nix
blob: fac57acff70120b66179e697059165f03f83acb3 (plain) (blame)
1
2
3
4
5
6
7
8
{ config, lib, pkgs, ... }:

{
  imports = [
    ./frontend.nix
    ./backend.nix
  ];
}