diff --git a/modules/drumknotty.nix b/modules/drumknotty.nix index 8e8e142..ba0e08a 100644 --- a/modules/drumknotty.nix +++ b/modules/drumknotty.nix @@ -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"; };