diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index 2d56bf5..86f097a 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -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 diff --git a/users/myuser/graphical/thunderbird.nix b/users/myuser/graphical/thunderbird.nix index 0e5d5ba..26684ea 100644 --- a/users/myuser/graphical/thunderbird.nix +++ b/users/myuser/graphical/thunderbird.nix @@ -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; }; };