No longer use custom firefox
This commit is contained in:
parent
da642e44d6
commit
b46418e8e4
|
@ -1,33 +0,0 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland.override {
|
||||
cfg = {
|
||||
# Tridactyl native connector
|
||||
enableTridactylNative = true;
|
||||
};
|
||||
};
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
bitwarden
|
||||
grammarly
|
||||
https-everywhere
|
||||
multi-account-containers
|
||||
octotree
|
||||
reddit-enhancement-suite
|
||||
refined-github
|
||||
simple-tab-groups
|
||||
sponsorblock
|
||||
tridactyl
|
||||
ublock-origin
|
||||
web-scrobbler
|
||||
];
|
||||
|
||||
profiles.nki.id = 0;
|
||||
profiles.nki.isDefault = true;
|
||||
profiles.nki.settings = {
|
||||
"browser.search.region" = "CA";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,8 +4,6 @@
|
|||
imports = [
|
||||
# Common configuration
|
||||
./common.nix
|
||||
# We use our own firefox
|
||||
./firefox.nix
|
||||
# osu!
|
||||
./osu.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue