add nixgl
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.firefox;
|
||||
languagePacks = [
|
||||
"en-GB"
|
||||
];
|
||||
@@ -22,7 +23,6 @@
|
||||
listToAttrs [
|
||||
# Security / Privacy
|
||||
(extension "ublock-origin" "uBlock0@raymondhill.net")
|
||||
(extension "clearurls" "{74145f27-f039-47ce-a470-a662b129930a}")
|
||||
(extension "canvasblocker" "CanvasBlocker@kkapsner.de")
|
||||
(extension "cookie-autodelete" "CookieAutoDelete@kennydo.com")
|
||||
(extension "happy-bonobo-disable-webrtc" "jid1-5Fs7iTLscUaZBgwr@jetpack")
|
||||
|
||||
Reference in New Issue
Block a user