diff options
author | Soispha <soispha@vhack.eu> | 2023-10-28 14:41:03 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-28 14:41:03 +0200 |
commit | 8ddcd2a7f6466b87dda0ee79881a68b20a0c2a73 (patch) | |
tree | 0d8b6549aed58f6b60312071454198e0c31a2c98 | |
parent | docs(notes/names): Add a comment about the naming scheme for new hosts (diff) | |
download | nixos-config-8ddcd2a7f6466b87dda0ee79881a68b20a0c2a73.tar.gz nixos-config-8ddcd2a7f6466b87dda0ee79881a68b20a0c2a73.zip |
fix(hm/conf/firefox/extensions): Remove simple tab groups
I now use multiple firefox profiles, thus having this Add-on is utterly useless.
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/conf/firefox/scripts/update_extensions | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hm/soispha/conf/firefox/scripts/update_extensions b/hm/soispha/conf/firefox/scripts/update_extensions index 659c6bac..f8ed3a9a 100755 --- a/hm/soispha/conf/firefox/scripts/update_extensions +++ b/hm/soispha/conf/firefox/scripts/update_extensions @@ -4,17 +4,16 @@ tmp=$(mktemp) cat << EOF > "$tmp" darkreader:navbar - keepassxc-browser:menupanel + keepassxc-browser:navbar vhack-libredirect:navbar - simple-tab-groups:navbar torproject-snowflake:navbar tridactyl-vim:menupanel ublock-origin:menupanel video-pause:menupanel EOF -# The bin is provided in the devshell. -# The cat execution should be unquoted +# The bin is provided in the devshell; +# The cat execution should be unquoted; # shellcheck disable=SC2046 generate_extensions $(cat "$tmp") > "$(dirname "$0")"/../config/extensions/extensions.json |