forked from mirrors_public/oddlama_nix-config
feat: add progress to wired-notify
This commit is contained in:
parent
f09c203f8f
commit
056fe1e7fe
3 changed files with 77 additions and 20 deletions
|
@ -86,6 +86,8 @@
|
|||
entriesStr =
|
||||
if value ? _ronType
|
||||
then specialType indent value
|
||||
else if builtins.isList value
|
||||
then list newIndent value
|
||||
else let
|
||||
entries = mapAttrsToList toEntry value;
|
||||
entriesStrSpace = concatStringsSep ", " entries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue