aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity/home.nix
blob: cc93b5dbc7865e18d427093091a830b341f8c13d (plain)
1
2
3
4
5
6
7
{ lib, config, pkgs, ... }:
{
  imports = [
    ../../modules/home/default.nix
  ];
  config.monorepo.profiles.enable = false;
}