Skip to content

Commit

Permalink
style(modules/qutebrowser): remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 22, 2023
1 parent 7be4c8d commit 3dd96df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qutebrowser/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ in {
isDark = config.stylix.polarity == "dark";
in {
darkmode.enabled = lib.mkIf isDark (lib.mkDefault true);
preferred_color_scheme = lib.mkIf
preferred_color_scheme = lib.mkIf
isDark (lib.mkDefault config.stylix.polarity);
};
};
Expand Down

0 comments on commit 3dd96df

Please sign in to comment.