aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/saturn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/saturn.nix')
-rw-r--r--home/root/saturn.nix6
1 files changed, 6 insertions, 0 deletions
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
+ ];
+}