summaryrefslogtreecommitdiff
path: root/global/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'global/default.nix')
-rw-r--r--global/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/global/default.nix b/global/default.nix
deleted file mode 100644
index 5bcb1ba..0000000
--- a/global/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ ... }: {
- imports = [
- ./userdata.nix
- ];
-}