aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-12 00:03:55 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-12 00:03:55 -0800
commit7968deab695be4d5eaadfc81d2413f61d82ee777 (patch)
tree5912519fdc4eb07d26d48ee0e69c05d271c17347 /home
parent796fcbfd3b9c2de166ada6d317c6f041914e66ec (diff)
downloadnix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar.gz
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar.bz2
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar.lz
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar.xz
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.tar.zst
nix-7968deab695be4d5eaadfc81d2413f61d82ee777.zip
Add @neptune @saturn
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/neptune.nix6
-rw-r--r--home/nipsy/saturn.nix6
-rw-r--r--home/root/neptune.nix6
-rw-r--r--home/root/saturn.nix6
4 files changed, 24 insertions, 0 deletions
diff --git a/home/nipsy/neptune.nix b/home/nipsy/neptune.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/nipsy/neptune.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}
diff --git a/home/nipsy/saturn.nix b/home/nipsy/saturn.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/nipsy/saturn.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}
diff --git a/home/root/neptune.nix b/home/root/neptune.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/neptune.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}
diff --git a/home/root/saturn.nix b/home/root/saturn.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/saturn.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}