summaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity/home.nix
blob: 205ea020bf48336d6432909123eb27ac50f70d8a (plain)
1
2
3
4
5
6
7
{ lib, config, pkgs, ... }:
{
  imports = [
    ../home-common.nix
  ];
  config.monorepo.profiles.enable = false;
}