mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-19 02:43:56 +02:00
firefox package
This commit is contained in:
parent
b33f298244
commit
61abc68c1b
1 changed files with 4 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue