Skip to content

Commit

Permalink
Update modules/home-manager/firefox.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Augusto <[email protected]>
  • Loading branch information
Anomalocaridid and HeitorAugustoLN authored Jan 7, 2025
1 parent 48926e6 commit a21d38d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/home-manager/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ let
];
});
programs.${name} = {
profiles.default.extensions = [
sources.firefox."${cfg.flavor}_${cfg.accent}"
];
profiles = lib.genAttrs cfg.profiles (_: { extensions = [ sources.firefox."${cfg.flavor}_${cfg.accent}" ]; })
package = cfg.finalPackage;
};
};
Expand Down

0 comments on commit a21d38d

Please sign in to comment.