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