mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-21 15:17:33 +01: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