summaryrefslogtreecommitdiff
path: root/hosts/nara/configuration.nix
blob: 89b4dc772af84f39548c4c8ec1a2b949098faa0d (plain) (blame)
1
2
3
4
5
{ self, ... }:
{
  imports = [ "${self}/modules/mac" ];
  system.stateVersion = 5;
}