attach with dibbler window selected

This commit is contained in:
Vegard Bieker Matthey
2026-03-21 14:34:29 +01:00
parent 083098d76e
commit 45a32fad73

View File

@@ -249,7 +249,7 @@ in
users.users.drumknotty = { users.users.drumknotty = {
extraGroups = [ "lp" ]; extraGroups = [ "lp" ];
shell = 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"; shellPath = "/bin/login-shell";
}; };