Update website input and add Brave

This commit is contained in:
thiloho
2023-09-17 23:27:45 +02:00
parent 10dc22f10b
commit 0b73387b78
2 changed files with 12 additions and 9 deletions

View File

@@ -31,14 +31,17 @@
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
programs = {
firefox.enable = true;
firefox = {
enable = true;
package = pkgs.firefox.override {
cfg = {
speechSynthesisSupport = true;
};
};
};
chromium = {
enable = true;
extensions = [
{ id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; }
{ id = "mmbiohbmijkiimgcgijfomelgpmdiigb"; }
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; }
];
package = pkgs.brave;
};
vscode = {
enable = true;