aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/nipsy/darkstar.nix6
-rw-r--r--home/root/darkstar.nix6
2 files changed, 12 insertions, 0 deletions
diff --git a/home/nipsy/darkstar.nix b/home/nipsy/darkstar.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/nipsy/darkstar.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}
diff --git a/home/root/darkstar.nix b/home/root/darkstar.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/darkstar.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}