5 lines
119 B
Nix
5 lines
119 B
Nix
{
|
|
flake.modules.homeManager.gui.programs.qutebrowser.settings = {
|
|
colors.webpage.darkmode.enabled = true;
|
|
};
|
|
}
|