mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add chromium
This commit is contained in:
@@ -207,6 +207,14 @@
|
||||
};
|
||||
};
|
||||
firefox.enable = true;
|
||||
chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
{ id = "mmbiohbmijkiimgcgijfomelgpmdiigb"; }
|
||||
{ id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; }
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; }
|
||||
];
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "thiloho";
|
||||
|
||||
Reference in New Issue
Block a user