Install Chromium (mostly for web troubleshooting)

main
Chandler Swift 2024-10-20 00:05:08 -05:00
parent 9a93809015
commit 95a21db341
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 7 additions and 0 deletions

View File

@ -193,6 +193,13 @@
# };
};
programs.chromium = {
enable = true;
extensions = [
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # ublock origin
];
};
home.stateVersion = "23.11";
};