Switch to firefox-bin, remove extraneous firefox.nix

This commit is contained in:
Artemis Tosini 2023-07-08 19:15:47 +00:00
parent cc50ee94c9
commit 6d3bb3f935
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
3 changed files with 14 additions and 30 deletions

View file

@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1686838567, "lastModified": 1688798314,
"narHash": "sha256-aqKCUD126dRlVSKV6vWuDCitfjFrZlkwNuvj5LtjRRU=", "narHash": "sha256-MFG5rx7L756rtrPHsL662m64AZ4sKqUcApaiYgSKfNM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "429f232fe1dc398c5afea19a51aad6931ee0fb89", "rev": "47dca15d86fdd2eabcf434d7cc0b5baa8d1a463c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688594934, "lastModified": 1688764204,
"narHash": "sha256-3dUo20PsmUd57jVZRx5vgKyIN1tv+v/JQweZsve5q/A=", "narHash": "sha256-FsvK+tIvelCI0tWwlMDKfiyb7P/KfxpGbXMrdCKiT8s=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e11142026e2cef35ea52c9205703823df225c947", "rev": "d8bb6c681cf86265fdcf3cc3119f757bbb085835",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1688590700, "lastModified": 1688679045,
"narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=", "narHash": "sha256-t3xGEfYIwhaLTPU8FLtN/pLPytNeDwbLI6a7XFFBlGo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b", "rev": "3c7487575d9445185249a159046cc02ff364bff8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -70,11 +70,11 @@
}, },
"private": { "private": {
"locked": { "locked": {
"lastModified": 1656526244, "lastModified": 1688700418,
"narHash": "sha256-FLoNh/rvQhkwMSzKj0lzkX3l+TY3Zp5sJZpwaxsLY7E=", "narHash": "sha256-IoC3cAf11rJ9cwtM/y2gWXnCUwIIP4rcQRsMtdr7d/c=",
"ref": "unified", "ref": "unified",
"rev": "214732b6071afb2a9a1c2510528ce4f35c1b299e", "rev": "a347e1d1fe0190b56c0268396fb719652bf4e839",
"revCount": 30, "revCount": 31,
"type": "git", "type": "git",
"url": "ssh://git@github.com/artemist/nixos-config-private" "url": "ssh://git@github.com/artemist/nixos-config-private"
}, },

View file

@ -1,16 +0,0 @@
{ pkgs, ... }:
{
programs.firefox = {
enable = true;
package = pkgs.firefox-wayland;
profiles.default.settings = {
"app.shield.outputstudies.enabled" = false;
"privacy.firstparty.isolate" = true;
"devtools.theme" = "light";
"browser.urlbar.switchTabs.adoptIntoActiveWindow" = true;
"browser.newtabpage.activity-stream.feeds.topsites" = false;
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
};
};
}

View file

@ -102,7 +102,7 @@
libreoffice-fresh libreoffice-fresh
# Web # Web
firefox-wayland firefox-bin
google-chrome google-chrome
# Gnome configuration # Gnome configuration