fix: config path, window class escaping, debug ordering
All checks were successful
Nix Build / nix build (push) Successful in 35s
All checks were successful
Nix Build / nix build (push) Successful in 35s
This commit is contained in:
parent
18f145e04a
commit
785619920b
2 changed files with 19 additions and 16 deletions
|
|
@ -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) ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue