maybe fix starting worblehat

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 12:37:45 +01:00
parent 0ecf6b0449
commit 5ee5544749
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -492,16 +492,16 @@
]
},
"locked": {
"lastModified": 1770887951,
"narHash": "sha256-6LGqM9yhONtfCXHtPNn3S0GFsmB2dCchyozHDevwmiQ=",
"ref": "main",
"rev": "911063041f24d594a772a2a699d71d3d94953ce8",
"revCount": 101,
"lastModified": 1773832647,
"narHash": "sha256-VZVQDwqDmMGJcJ8WnD6Ug+DTV0b6S2DKHkdj3QvFO+w=",
"ref": "stable_deps",
"rev": "9bdaaf6c5180309b7810bb72f9e717a7c3b2a504",
"revCount": 102,
"type": "git",
"url": "https://git.pvv.ntnu.no/Projects/worblehat.git"
},
"original": {
"ref": "main",
"ref": "stable_deps",
"type": "git",
"url": "https://git.pvv.ntnu.no/Projects/worblehat.git"
}

View File

@@ -265,7 +265,7 @@ in
in
"${lib.getExe' cfg.screenPackage "screen"} ${screenArgs} ${lib.getExe cfg.dibblerPackage} ${dibblerArgs} loop";
ExecStartPost = [
"${lib.getExe' cfg.screenPackage "screen"} -X -S ${cfg.screenSessionName} -t worblehat ${lib.getExe cfg.worblehatPackage} ${worblehatArgs} cli"
"${lib.getExe' cfg.screenPackage "screen"} -X -S ${cfg.screenSessionName} -t worblehat ${lib.getExe' cfg.worblehatPackage "worblehat"} ${worblehatArgs} cli"
]
++ lib.optionals (cfg.limitScreenWidth != null) [
"${lib.getExe' cfg.screenPackage "screen"} -X -S ${cfg.screenSessionName} width ${toString cfg.limitScreenWidth}"