Skip to content

Commit

Permalink
remove lib.mkmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Aug 25, 2024
1 parent 92dbc50 commit bb522cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/apps/ghostwriter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,6 @@ in
})
]);

xdg.dataFile = lib.mkMerge [
(createThemes cfg.theme.customThemes)
];
xdg.dataFile = (createThemes cfg.theme.customThemes)
};
}

0 comments on commit bb522cc

Please sign in to comment.