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:
NAHO 2025-05-20 19:50:04 +02:00 committed by GitHub
parent 43a652de77
commit c7feebc34a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {