nix: set home-manager user information
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
5416b07daa
commit
42e1043300
10
bundle.nix
10
bundle.nix
@ -47,7 +47,15 @@ let
|
|||||||
|
|
||||||
homeManagerConfiguration = home-manager.lib.homeManagerConfiguration {
|
homeManagerConfiguration = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgsFor.${system};
|
pkgs = nixpkgsFor.${system};
|
||||||
inherit modules;
|
modules = modules ++ [
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
username = "fortify";
|
||||||
|
homeDirectory = "/data/data/${id}";
|
||||||
|
stateVersion = "22.11";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
launcher = writeScript "fortify-${pname}" ''
|
launcher = writeScript "fortify-${pname}" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user