diff options
Diffstat (limited to 'hosts/common/global/default.nix')
| -rw-r--r-- | hosts/common/global/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/global/default.nix b/hosts/common/global/default.nix new file mode 100644 index 0000000..3af5cc8 --- /dev/null +++ b/hosts/common/global/default.nix @@ -0,0 +1,6 @@ +{ inputs, outputs, ... }: +{ + imports = [ + ./locale.nix + ]; +}
\ No newline at end of file |
