Skip to content

Commit

Permalink
that did not do it
Browse files Browse the repository at this point in the history
  • Loading branch information
agluck91 committed Jan 15, 2025
1 parent 9ca2e65 commit 47f5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ self: {
# Do not ask what these do...
flattenAttrs = attrSet: prefix: let
process = key: value:
if key == "workspaceIconMap1"
if key == "workspaceIconMap"
then {"${prefix}${key}" = value;}
else if builtins.isAttrs value
then flattenAttrs value "${prefix}${key}."
Expand Down

0 comments on commit 47f5791

Please sign in to comment.