summaryrefslogtreecommitdiff
path: root/hosts/common/global/default.nix
blob: 3af5cc8adef5cb3d7cb62b0cebe6df618af5b86e (plain)
1
2
3
4
5
6
{ inputs, outputs, ... }:
{
  imports = [
    ./locale.nix
  ];
}