nix-config/modules2/browsers/qutebrowser/settings.nix

6 lines
119 B
Nix
Raw Normal View History

2025-07-27 23:31:58 +01:00
{
flake.modules.homeManager.gui.programs.qutebrowser.settings = {
colors.webpage.darkmode.enabled = true;
};
}