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