aboutsummaryrefslogtreecommitdiffstats
path: root/home/root
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-11 19:05:02 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-11 19:05:02 -0800
commitcb3885e72abaa985e0e1fd95f6e57382c7c343e7 (patch)
tree04fe914816b35de2a2e6a9d7eef2b1e296490492 /home/root
parent2f0664317ee6b6dd9bd05844582346b0b6fec1b8 (diff)
downloadnix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar.gz
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar.bz2
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar.lz
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar.xz
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.tar.zst
nix-cb3885e72abaa985e0e1fd95f6e57382c7c343e7.zip
Add @uranus
Diffstat (limited to 'home/root')
-rw-r--r--home/root/uranus.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/root/uranus.nix b/home/root/uranus.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/uranus.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}