summaryrefslogtreecommitdiff
path: root/hosts/nami.nix
blob: 89912500f36a926de36bcccb0280a0e02e0808c4 (plain) (blame)
1
2
3
4
5
6
{ config, pkgs, ...}: {
  santi-modules = {
    desktop-environment.enable = true;
  };
  nixpkgs.hostPlatform = "aarch64-darwin";
}