Skip to content

Commit

Permalink
firefox: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
danth committed Jun 9, 2024
1 parent 11ab409 commit 6c86a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firefox/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
in {
options.stylix.targets.firefox = {
enable =
config.lib.stylix.mkEnableTarget "Firefox" true
config.lib.stylix.mkEnableTarget "Firefox" true;

profileNames = lib.mkOption {
description = "The Firefox profile names to apply styling on.";
Expand Down

0 comments on commit 6c86a5f

Please sign in to comment.