summaryrefslogtreecommitdiff
path: root/hosts/nara/configuration.nix
blob: 1517f20b87f583ac3072031dd625fd3714bf4a8a (plain) (blame)
1
2
3
4
5
6
7
8
9
{ self, ... }:
{
  imports = [
    "${self}/modules/base"
    "${self}/modules/mac"
  ];

  system.stateVersion = 5;
}