From 7968deab695be4d5eaadfc81d2413f61d82ee777 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 12 Nov 2024 00:03:55 -0800 Subject: Add @neptune @saturn --- home/nipsy/neptune.nix | 6 ++++++ home/nipsy/saturn.nix | 6 ++++++ home/root/neptune.nix | 6 ++++++ home/root/saturn.nix | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 home/nipsy/neptune.nix create mode 100644 home/nipsy/saturn.nix create mode 100644 home/root/neptune.nix create mode 100644 home/root/saturn.nix (limited to 'home') 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 + ]; +} -- cgit v1.2.3