mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
don't install chromium
This commit is contained in:
parent
e1799718b9
commit
09c2d08540
1 changed files with 7 additions and 5 deletions
|
@ -23,11 +23,13 @@ mkOizysModule config "chrome" {
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(chromium.override {
|
||||
commandLineArgs = [ "--force-dark-mode" ];
|
||||
enableWideVine = true;
|
||||
})
|
||||
# (chromium.override {
|
||||
# commandLineArgs = [ "--force-dark-mode" ];
|
||||
# enableWideVine = true;
|
||||
# })
|
||||
|
||||
(google-chrome.override { commandLineArgs = [ "--force-dark-mode" ]; })
|
||||
(google-chrome.override {
|
||||
commandLineArgs = [ "--force-dark-mode" ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue