Update home-manager
This commit is contained in:
parent
f7a1ecaed3
commit
1690431b97
4 changed files with 7 additions and 20 deletions
|
|
@ -19,6 +19,9 @@ def init(c):
|
|||
#c.colors.webpage.darkmode.policy.images = 'never'
|
||||
c.colors.webpage.preferred_color_scheme = 'dark'
|
||||
|
||||
c.content.blocking.adblock.lists = [
|
||||
"https://easylist.to/easylist/easyprivacy.txt"
|
||||
]
|
||||
#c.content.proxy = "socks://localhost:9050/"
|
||||
c.content.headers.accept_language = "en-US,en;q=0.5"
|
||||
c.content.pdfjs = True
|
||||
|
|
@ -26,6 +29,7 @@ def init(c):
|
|||
|
||||
c.downloads.position = 'bottom'
|
||||
|
||||
c.fonts.default_family = 'JetBrainsMono Nerd Font Mono'
|
||||
c.fonts.hints = 'bold 18px default_family'
|
||||
|
||||
c.session.default_name = 'autosave'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue