[Desktop] Fix chromium configuration

This commit is contained in:
Antoine Viallon 2022-03-28 23:31:57 +02:00
parent 26e1dfacba
commit 16c5d7f9cd
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 22 additions and 3 deletions

View file

@ -114,6 +114,7 @@ in
ungoogled-chromium = super.ungoogled-chromium.override {
enableWideVine = true;
};
chromium = self.ungoogled-chromium;
})
];