qutebrowser: remove lib.mkDefault option declaration (#1227)
Link: https://github.com/nix-community/stylix/pull/1227 Reviewed-by: Daniel Thwaites <danth@danth.me> Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
43a652de77
commit
c7feebc34a
1 changed files with 3 additions and 3 deletions
|
|
@ -246,9 +246,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
webpage.preferred_color_scheme = lib.mkIf (config.stylix.polarity == "dark") (
|
||||
lib.mkDefault config.stylix.polarity
|
||||
);
|
||||
webpage.preferred_color_scheme = lib.mkIf (
|
||||
config.stylix.polarity == "dark"
|
||||
) config.stylix.polarity;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue