aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/richese.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-18 19:28:29 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-18 19:28:29 -0700
commit0e741291f1ea350c398302e4b212a28f5c77840a (patch)
treefe86873dcb1168ba3e3644d7e300f6709d5b2503 /home/root/richese.nix
parent05c88df33274373391b25fc73a1c965a74fb8d80 (diff)
downloadnix-0e741291f1ea350c398302e4b212a28f5c77840a.tar
nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.gz
nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.bz2
nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.lz
nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.xz
nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.zst
nix-0e741291f1ea350c398302e4b212a28f5c77840a.zip
Add root to home manager
Diffstat (limited to 'home/root/richese.nix')
-rw-r--r--home/root/richese.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/root/richese.nix b/home/root/richese.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/richese.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}