Don't want to list everything, a ton of stuff 🥁
This commit is contained in:
parent
f05ee0a658
commit
86fc4d7f9f
17 changed files with 492 additions and 70 deletions
|
@ -3,7 +3,7 @@
|
|||
config,
|
||||
...
|
||||
}: let
|
||||
settings = config.programs.qutebrowser.settings;
|
||||
inherit (config.programs.qutebrowser) settings;
|
||||
websites = {
|
||||
searx = "https://searx.be";
|
||||
};
|
||||
|
@ -69,7 +69,7 @@ in {
|
|||
};
|
||||
odd = {
|
||||
bg = lighter-gray;
|
||||
fg = settings.colors.tabs.even.fg;
|
||||
inherit (settings.colors.tabs.even) fg;
|
||||
};
|
||||
};
|
||||
completion = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue