chromium: add golinks
This commit is contained in:
@@ -93,6 +93,12 @@ in {
|
|||||||
generateCaches = true;
|
generateCaches = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
{id = "mdkgfdijbhbcbajcdlebbodoppgnmhab";} # GoLinks
|
||||||
|
];
|
||||||
|
};
|
||||||
firefox = lib.mkIf devTools {
|
firefox = lib.mkIf devTools {
|
||||||
enable = true;
|
enable = true;
|
||||||
# firefox doesn't need the wrapper on the personal laptop
|
# firefox doesn't need the wrapper on the personal laptop
|
||||||
|
|||||||
Reference in New Issue
Block a user