mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable webrender in thunderbird
This commit is contained in:
parent
41719aa7e8
commit
c61ea321ed
2 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
zathura
|
||||
];
|
||||
|
||||
# TODO nix repl cltr+del doesnt work
|
||||
# TODO wrap neovim for kitty hist
|
||||
# TODO neovim gitsigns toggle_deleted keybind
|
||||
# TODO neovim gitsigns stage hunk shortcut
|
||||
# TODO neovim directtly opening file has different syntax
|
||||
# TODO neovim reopening file should continue at the previous position
|
||||
# TODO thunderbird doesn't use passwords from password command
|
||||
|
|
|
@ -43,6 +43,12 @@ in {
|
|||
"mail.identity.default.protectSubject" = true;
|
||||
"mail.identity.default.reply_on_top" = 1;
|
||||
"mail.identity.default.sig_on_reply" = false;
|
||||
|
||||
"gfx.webrender.all" = true;
|
||||
"gfx.webrender.enabled" = true;
|
||||
|
||||
"browser.display.use_system_colors" = true;
|
||||
"browser.theme.dark-toolbar-theme" = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue