aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/fangorn.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-04-09 09:14:43 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-04-09 09:14:43 -0700
commit838c5f367c65e12a918bd3cb8f05e45b3538ee60 (patch)
tree3526d99f292ff9451f64601c2dc98cd07e8b87a4 /home/root/fangorn.nix
parent81d8bca206fcd5fa0f86fd5a68edaf41aaf60966 (diff)
downloadnix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar.gz
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar.bz2
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar.lz
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar.xz
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.tar.zst
nix-838c5f367c65e12a918bd3cb8f05e45b3538ee60.zip
Add host fangorn
Diffstat (limited to 'home/root/fangorn.nix')
-rw-r--r--home/root/fangorn.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/root/fangorn.nix b/home/root/fangorn.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/fangorn.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}