From 0e741291f1ea350c398302e4b212a28f5c77840a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 19:28:29 -0700 Subject: Add root to home manager --- home/root/richese.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/root/richese.nix (limited to 'home/root/richese.nix') 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 + ]; +} -- cgit v1.2.3