this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update firefox

+25 -25
+25 -25
home/profiles/firefox/default.nix
··· 13 13 #env.XDG_DEXSTOP_DIR = "$HOME/"; 14 14 programs.firefox = { 15 15 enable = true; 16 - extensions = with pkgs.nur.repos.rycee.firefox-addons; [ 17 - # Find extensions: https://github.com/nix-community/nur-combined/blob/master/repos/rycee/pkgs/firefox-addons/generated-firefox-addons.nix 18 - ublock-origin 19 - wallabagger 20 - # tree-style-tab 21 - tridactyl 22 - promnesia 23 - sidebery 24 - (buildFirefoxXpiAddon { 25 - pname = "shaarli"; 26 - version = "2.0.0"; 27 - addonId = "shaarli@imirhil.fr"; 28 - url = "https://addons.mozilla.org/firefox/downloads/file/815126/shaarli-2.0.0.xpi"; 29 - sha256 = "W/OpvOfMclibP6LeG573/DlMs0p8fF0efyd+i8Sudgg="; 30 - meta = { }; 31 - }) 32 - (buildFirefoxXpiAddon { 33 - pname = "grasp"; 34 - version = "0.6.6"; 35 - addonId = "{37e42980-a7c9-473c-96d5-13f18e0efc74}"; 36 - url = "https://addons.mozilla.org/firefox/downloads/file/3502186/grasp-0.6.6.xpi"; 37 - sha256 = "L4JhT29MeA34nHIlB8FtCU7hrpbWljZZBusx12uxblE="; 38 - meta = { }; 39 - }) 40 - ]; 41 16 profiles.anish = { 42 17 id = 0; 43 18 isDefault = true; 44 19 name = "anish"; 45 20 userChrome = (builtins.readFile ./userChrome.css); 21 + extensions = with pkgs.nur.repos.rycee.firefox-addons; [ 22 + # Find extensions: https://github.com/nix-community/nur-combined/blob/master/repos/rycee/pkgs/firefox-addons/generated-firefox-addons.nix 23 + ublock-origin 24 + wallabagger 25 + # tree-style-tab 26 + tridactyl 27 + promnesia 28 + sidebery 29 + (buildFirefoxXpiAddon { 30 + pname = "shaarli"; 31 + version = "2.0.0"; 32 + addonId = "shaarli@imirhil.fr"; 33 + url = "https://addons.mozilla.org/firefox/downloads/file/815126/shaarli-2.0.0.xpi"; 34 + sha256 = "W/OpvOfMclibP6LeG573/DlMs0p8fF0efyd+i8Sudgg="; 35 + meta = { }; 36 + }) 37 + (buildFirefoxXpiAddon { 38 + pname = "grasp"; 39 + version = "0.6.6"; 40 + addonId = "{37e42980-a7c9-473c-96d5-13f18e0efc74}"; 41 + url = "https://addons.mozilla.org/firefox/downloads/file/3502186/grasp-0.6.6.xpi"; 42 + sha256 = "L4JhT29MeA34nHIlB8FtCU7hrpbWljZZBusx12uxblE="; 43 + meta = { }; 44 + }) 45 + ]; 46 46 settings = { 47 47 "devtools.theme" = "dark"; 48 48 # Enable userContent.css and userChrome.css for our theme modules