summaryrefslogtreecommitdiff
path: root/modules/darwin/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/darwin/common/default.nix')
-rw-r--r--modules/darwin/common/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/darwin/common/default.nix b/modules/darwin/common/default.nix
deleted file mode 100644
index 04f7b29..0000000
--- a/modules/darwin/common/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-_: {
- imports = [
- ./home-manager.nix
- ./locale.nix
- ./networking.nix
- ./nix.nix
- ./secrets.nix
- ./shell.nix
- ./stylix.nix
- ./users.nix
- ./xdg.nix
- ];
-}