Use Firefox stable
The is an incompatibility between Firefox unstable and amdgpu stable that prevents webgl to work.
This commit is contained in:
parent
e6d09891c0
commit
a48b6c3756
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in {
|
||||||
|
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs.unstable; [
|
environment.systemPackages = with pkgs; [
|
||||||
(firefox.override { pkcs11Modules = [ eid-mw ]; })
|
(firefox.override { pkcs11Modules = [ eid-mw ]; })
|
||||||
eid-mw
|
eid-mw
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue