From 61abc68c1b95a807fc01453a767400e0e850fd3b Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 25 Nov 2021 18:11:12 +0100 Subject: [PATCH] firefox package --- graphical.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphical.nix b/graphical.nix index fb65a9c..5b7708c 100644 --- a/graphical.nix +++ b/graphical.nix @@ -6,7 +6,8 @@ in { home.packages = with pkgs; [ bitwarden - #firefox-wayland + firefox-wayland + /* firefox */ thunderbird-wayland element-desktop (discord.override { nss = pkgs.nss; }) @@ -30,7 +31,7 @@ in }; }; - programs.firefox = { + /* programs.firefox = { enable = true; package = pkgs.wrapFirefox pkgs.firefox-unwrapped { forceWayland = true; @@ -38,7 +39,7 @@ in ExtensionSettings = { }; }; }; - }; + }; */ home.sessionVariables = { MOZ_ENABLE_WAYLAND = "1";