aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bundle.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/bundle.nix b/bundle.nix
index 14ba2f1e..376e63f1 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}" ''