mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
services/wezterm-mux-server: add user shell
The service is experimental at this point since I use something like Mosh and Eternal Terminal. Domain multiplexing is pretty nice feature with Wezterm, though.
This commit is contained in:
parent
214765a7b4
commit
3c6f443580
@ -102,6 +102,7 @@ in
|
|||||||
createHome = true;
|
createHome = true;
|
||||||
group = config.users.groups.wezterm.name;
|
group = config.users.groups.wezterm.name;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
shell = pkgs.runtimeShell;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.wezterm = { };
|
users.groups.wezterm = { };
|
||||||
|
Loading…
Reference in New Issue
Block a user