Install Chromium (mostly for web troubleshooting)
This commit is contained in:
parent
9a93809015
commit
95a21db341
|
@ -193,6 +193,13 @@
|
|||
# };
|
||||
};
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # ublock origin
|
||||
];
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue