fix: config path, window class escaping, debug ordering
All checks were successful
Nix Build / nix build (push) Successful in 35s

This commit is contained in:
atagen 2026-03-03 00:17:51 +11:00
parent 18f145e04a
commit 785619920b
2 changed files with 19 additions and 16 deletions

View file

@ -60,7 +60,7 @@ in
scratchpads =
let
contents =
lib.mapAttrsToList (app: number: "${app} = ${toString number}") cfg.scratchpads
lib.mapAttrsToList (app: number: ''"${app}" = ${toString number}'') cfg.scratchpads
|> lib.concatStringsSep "\n";
in
lib.optionalString ((lib.attrsToList cfg.scratchpads |> builtins.length) > 0) ''