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

5 lines
119 B
Nix

{
flake.modules.homeManager.gui.programs.qutebrowser.settings = {
colors.webpage.darkmode.enabled = true;
};
}