diff options
Diffstat (limited to 'home/root/neptune.nix')
-rw-r--r-- | home/root/neptune.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 + ]; +} |