summaryrefslogtreecommitdiff
path: root/modules/darwin/defaults/default.nix
blob: 95884ffe61da28dc9c7c7357c7621a0448298cfa (plain)
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop-programs.nix
    ./programs.nix
  ];

  services.nix-daemon.enable = true;
}