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

6
flake.lock generated
View File

@@ -88,11 +88,11 @@
"website": {
"flake": false,
"locked": {
"lastModified": 1693764772,
"narHash": "sha256-lTRGYpgNXPsPn28FxI0hnOQLpnZlrGmxxw/NDra9dQs=",
"lastModified": 1694917792,
"narHash": "sha256-KXZVUrpaKO+66mkrK0QvBeFdcfm+7DMar4cQ3aJMfac=",
"owner": "thiloho",
"repo": "website",
"rev": "19a36679d16edbce818e8c1160f50e84824c9df2",
"rev": "3d6ab1b0bb1ecb8c8d48105b150073ef3fa4ee40",
"type": "github"
},
"original": {

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;