Skip to content

Commit

Permalink
Fix ghostwriter themes path
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Aug 25, 2024
1 parent b0c1531 commit ec880ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/ghostwriter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
cfg = config.programs.ghostwriter;

createThemes = lib.attrsets.mapAttrs' (name: value: lib.attrsets.nameValuePair
("ghostwriter/${name}.json")
("ghostwriter/themes/${name}.json")
({ enable = true; source = value; })
);
in
Expand Down

0 comments on commit ec880ae

Please sign in to comment.