mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-04-17 21:33:19 +02:00
attach with dibbler window selected
This commit is contained in:
@@ -249,7 +249,7 @@ in
|
||||
users.users.drumknotty = {
|
||||
extraGroups = [ "lp" ];
|
||||
shell =
|
||||
(pkgs.writeShellScriptBin "login-shell" "${lib.getExe' cfg.screenPackage "screen"} -x ${cfg.screenSessionName}")
|
||||
(pkgs.writeShellScriptBin "login-shell" "${lib.getExe' cfg.screenPackage "screen"} -x ${cfg.screenSessionName} -p dibbler")
|
||||
// {
|
||||
shellPath = "/bin/login-shell";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user