firefox: install gnome shell extension
This commit is contained in:
parent
7f899de0d3
commit
d038605de9
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ in
|
||||||
hash = "sha256-yt6yRiLTuaK4K/QwgkL9gCVGsSa7ndFOHqZvKqIGZ5U=";
|
hash = "sha256-yt6yRiLTuaK4K/QwgkL9gCVGsSa7ndFOHqZvKqIGZ5U=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(pkgs.fetchFirefoxAddon {
|
||||||
|
name = "gnome_shell_integration";
|
||||||
|
url = "https://addons.mozilla.org/firefox/downloads/file/4591252/gnome_shell_integration-12.1.xpi";
|
||||||
|
hash = "sha256-gVv8CKKnjKenp9WcVASiBmu6xhcxE8GfHq46a3qDnbU=";
|
||||||
|
})
|
||||||
|
|
||||||
(pkgs.fetchFirefoxAddon {
|
(pkgs.fetchFirefoxAddon {
|
||||||
name = "vimium_ff";
|
name = "vimium_ff";
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4191523/vimium_ff-2.0.6.xpi";
|
url = "https://addons.mozilla.org/firefox/downloads/file/4191523/vimium_ff-2.0.6.xpi";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue