chromium: add golinks
This commit is contained in:
parent
08188780fc
commit
ef23a31058
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue