summaryrefslogtreecommitdiff
path: root/modules/darwin/suites/personal.nix
blob: 6f3793604055f50ff8a1ef46ce4506d30e3df8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  config,
  lib,
  ...
}: let
  cfg = config.suites.personal;
in {
  config = lib.mkIf cfg.enable {
    desktop.enable = true;
  };
}