diff --git a/config-processor-installers.nix b/config-processor-installers.nix index dac5566..b195b06 100644 --- a/config-processor-installers.nix +++ b/config-processor-installers.nix @@ -56,6 +56,9 @@ let users.ghaf = { isNormalUser = true; extraGroups = ["wheel" "networkmanager" "video"]; + # TODO: add Home dir, should it be done with createHome? + home = lib.mkForce "/home/ghaf"; + # createHome = lib.mkForce true; }; };