work: add Zoom chromium extension
This commit is contained in:
parent
4a68b38d21
commit
c11edc3576
@ -104,10 +104,8 @@ in {
|
|||||||
chromium = {
|
chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
{id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa";} # 1password
|
|
||||||
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";} # ublock origin
|
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";} # ublock origin
|
||||||
{id = "mdjildafknihdffpkfmmpnpoiajfjnjd";} # consent-o-matic
|
{id = "mdjildafknihdffpkfmmpnpoiajfjnjd";} # consent-o-matic
|
||||||
{id = "mdkgfdijbhbcbajcdlebbodoppgnmhab";} # GoLinks
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
firefox = lib.mkIf devTools {
|
firefox = lib.mkIf devTools {
|
||||||
|
@ -24,6 +24,13 @@
|
|||||||
|
|
||||||
home-manager.users.${config.mj.username} = {
|
home-manager.users.${config.mj.username} = {
|
||||||
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||||
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
programs = {
|
||||||
|
git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||||
|
chromium.extensions = [
|
||||||
|
{id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa";} # 1password
|
||||||
|
{id = "mdkgfdijbhbcbajcdlebbodoppgnmhab";} # GoLinks
|
||||||
|
{id = "kgjfgplpablkjnlkjmjdecgdpfankdle";} # Zoom
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user