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 --- hosts/common/users/nipsy/default.nix | 2 ++ hosts/common/users/root/default.nix | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'hosts/common/users') diff --git a/hosts/common/users/nipsy/default.nix b/hosts/common/users/nipsy/default.nix index 58ef9b3..de21b4b 100644 --- a/hosts/common/users/nipsy/default.nix +++ b/hosts/common/users/nipsy/default.nix @@ -12,6 +12,8 @@ in "video" ] ++ ifTheyExist [ "networkmanager" + "vboxsf" + "vboxusers" ]; group = "nipsy"; home = "/home/nipsy"; diff --git a/hosts/common/users/root/default.nix b/hosts/common/users/root/default.nix index f70f414..b47128c 100644 --- a/hosts/common/users/root/default.nix +++ b/hosts/common/users/root/default.nix @@ -7,4 +7,8 @@ ]; shell = pkgs.zsh; }; + + # Import this user's personal/home configurations + home-manager.users.root = import ../../../../home/root/${config.networking.hostName}.nix; + } -- cgit v1.2.3