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