chore(firefox): use regular nixgl wrapper

And remove `enableNixGL` configuration in related home configurations
This commit is contained in:
Yorick Barbanneau 2025-08-24 16:24:56 +02:00
parent cb47a9aeda
commit 28ea3fd3e8
3 changed files with 2 additions and 27 deletions

View file

@ -35,7 +35,6 @@
};
web.firefox = {
enable = true;
enableNixGL = true;
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
okta-browser-plugin
];