diff options
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix new file mode 100644 index 0000000..a2d6ec4 --- /dev/null +++ b/modules/default.nix @@ -0,0 +1,18 @@ +{ + imports = [ + ./boot + ./datetime + ./environment + ./hardware + ./networking + ./nix + ./programs + ./security + ./services + ./users + ./virtualisation + ./xdg-portal.nix + ]; + + location.provider = "geoclue2"; +} |