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 40da37234a
commit e446394b83
Signed by: ephase
GPG key ID: 246042E52B41FFCF
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
];