nix-config/modules/browsers/qutebrowser/settings.nix
2025-11-22 16:23:37 +00:00

5 lines
119 B
Nix

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