diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-06-10 15:55:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-10 22:55:04 +0530 |
commit | a41037ef644dbacb3d577933fb3d93c210439b38 (patch) | |
tree | a262750bcb1357785ad8cb68b232a5ca242ee671 /home/wayland/modules/firefox.nix | |
parent | cfccbd1e4026d568e23a47c060ae3ae042cceb4c (diff) |
chore(repo): reformat with nixfmt-rfc-style
Diffstat (limited to 'home/wayland/modules/firefox.nix')
-rw-r--r-- | home/wayland/modules/firefox.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index dac3fb5..4e69072 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -1,4 +1,5 @@ -{ ... }: { +{ ... }: +{ programs.firefox = { enable = true; policies = { @@ -47,26 +48,22 @@ "uBlock0@raymondhill.net" = { installation_mode = "force_installed"; default_area = "menupanel"; - install_url = - "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; }; "jid1-MnnxcxisBPnSXQ@jetpack" = { installation_mode = "force_installed"; default_area = "menupanel"; - install_url = - "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi"; }; "{21f1ba12-47e1-4a9b-ad4e-3a0260bbeb26}" = { installation_mode = "force_installed"; default_area = "menupanel"; - install_url = - "https://addons.mozilla.org/firefox/downloads/latest/remove-youtube-s-suggestions/latest.xpi"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/remove-youtube-s-suggestions/latest.xpi"; }; "tridactyl.vim@cmcaine.co.uk" = { installation_mode = "force_installed"; default_area = "menupanel"; - install_url = - "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi"; }; }; }; @@ -78,8 +75,8 @@ currentVersion = 1337; placements = { - widget-overflow-fixed-list = []; - unified-extensions-area = []; + widget-overflow-fixed-list = [ ]; + unified-extensions-area = [ ]; nav-bar = [ "back-button" "forward-button" |