summaryrefslogtreecommitdiff
path: root/nix/systems/common.nix
blob: c122b0d6619fb999d3c4db40d590be0a5e0cc943 (plain)
1
2
3
4
5
6
7
8
{ config, lib, ... }:
{
  imports = [
    ./home.nix
    ../modules/default.nix
  ];
  # Put configuration (e.g. monorepo variable configuration) common to all configs here
}