Stylix firefox profile names
This commit is contained in:
parent
5b13d145ad
commit
e657564ef7
4 changed files with 30 additions and 21 deletions
|
|
@ -80,6 +80,12 @@
|
|||
};
|
||||
config = lib.mkIf (config.mods.browser.firefox.enable || config.mods.homePackages.browser == "firefox") (
|
||||
lib.optionalAttrs (options ? programs.firefox.profiles) {
|
||||
stylix.targets.firefox.profileNames =
|
||||
map (
|
||||
{name, ...}:
|
||||
name
|
||||
)
|
||||
config.mods.browser.firefox.profiles;
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = config.mods.browser.firefox.configuration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue