diff --git a/bundle.nix b/bundle.nix index 14ba2f1..376e63f 100644 --- a/bundle.nix +++ b/bundle.nix @@ -47,7 +47,15 @@ let homeManagerConfiguration = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgsFor.${system}; - inherit modules; + modules = modules ++ [ + { + home = { + username = "fortify"; + homeDirectory = "/data/data/${id}"; + stateVersion = "22.11"; + }; + } + ]; }; launcher = writeScript "fortify-${pname}" ''