add ublock to chromium by default
This commit is contained in:
parent
629132be98
commit
f50ec2f1b0
1 changed files with 6 additions and 0 deletions
|
|
@ -226,6 +226,12 @@
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
chromium = {
|
||||||
|
extensions = [
|
||||||
|
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
obs-studio.enable = true;
|
obs-studio.enable = true;
|
||||||
obs-studio.plugins = with pkgs.obs-studio-plugins; [
|
obs-studio.plugins = with pkgs.obs-studio-plugins; [
|
||||||
wlrobs
|
wlrobs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue