Skip to content

Commit e7e34df

Browse files
committed
bugfix(stylix): Ensure stable compatibility
1 parent 0314b75 commit e7e34df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/programs/browser/zen.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ in {
149149
};
150150
profiles = builtins.listToAttrs config.mods.browser.zen.profiles;
151151
};
152+
}
153+
// lib.optionalAttrs (options ? stylix.targets.zen-browser) {
152154
stylix.targets.zen-browser.profileNames = lib.map (profile: profile.name) config.mods.browser.zen.profiles;
153155
}
154156
);

0 commit comments

Comments
 (0)