Compare commits
No commits in common. "e47b394b4273c8f561a0d6316e80d09417b72b7b" and "edfab2cfe9a799d6fb6798d9ca42add455146a02" have entirely different histories.
e47b394b42
...
edfab2cfe9
|
@ -103,16 +103,10 @@ in
|
|||
hex = mkStrOption "D9";
|
||||
};
|
||||
|
||||
# cursor = {
|
||||
# name = mkStrOption "Adwaita";
|
||||
# package = mkPkgOption pkgs.adwaita-icon-theme;
|
||||
# size = mkIntOption 14;
|
||||
# };
|
||||
|
||||
cursor = {
|
||||
name = mkStrOption "phinger-cursors";
|
||||
package = mkPkgOption pkgs.phinger-cursors;
|
||||
size = mkIntOption 24;
|
||||
name = mkStrOption "Adwaita";
|
||||
package = mkPkgOption pkgs.adwaita-icon-theme;
|
||||
size = mkIntOption 14;
|
||||
};
|
||||
|
||||
window = {
|
||||
|
|
|
@ -14,16 +14,6 @@ let
|
|||
(mkBookmark "Cloud" "https://cloud.voronind.com")
|
||||
];
|
||||
|
||||
searchEngines = [
|
||||
(mkSearchEngine "s" "SearX" "https://search.voronind.com/search?q={searchTerms}")
|
||||
(mkSearchEngine "ru" "RuTracker" "https://rutracker.org/forum/tracker.php?nm={searchTerms}")
|
||||
(mkSearchEngine "re" "Reddit" "https://www.reddit.com/search/?q={searchTerms}")
|
||||
(mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}")
|
||||
(mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}")
|
||||
(mkSearchEngine "so" "Stack Overflow" "https://stackoverflow.com/search?tab=votes&q={searchTerms}")
|
||||
(mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}")
|
||||
];
|
||||
|
||||
extensions = {
|
||||
"addon@darkreader.org" = mkExtension "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi";
|
||||
"cliget@zaidabdulla.com" = mkExtension "https://addons.mozilla.org/firefox/downloads/latest/cliget/latest.xpi";
|
||||
|
@ -38,6 +28,15 @@ let
|
|||
# "queryamoid@kaply.com" = mkExtension "https://github.com/mkaply/queryamoid/releases/download/v0.1/query_amo_addon_id-0.1-fx.xpi";
|
||||
};
|
||||
|
||||
searchEngines = [
|
||||
(mkSearchEngine "s" "SearX" "https://search.voronind.com/search?q={searchTerms}")
|
||||
(mkSearchEngine "ru" "RuTracker" "https://rutracker.org/forum/tracker.php?nm={searchTerms}")
|
||||
(mkSearchEngine "re" "Reddit" "https://www.reddit.com/search/?q={searchTerms}")
|
||||
(mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}")
|
||||
(mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}")
|
||||
(mkSearchEngine "so" "Stack Overflow" "https://stackoverflow.com/search?tab=votes&q={searchTerms}")
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
// Bookmarks.
|
||||
user_pref("browser.microsummary.enabled", true);
|
||||
|
@ -169,7 +168,7 @@ in
|
|||
# NOTE: `firefox-esr` edition is required to change search engines.
|
||||
SearchEngines = {
|
||||
Add = searchEngines;
|
||||
Default = "SearX";
|
||||
Default = "Searx";
|
||||
PreventInstalls = true;
|
||||
Remove = [
|
||||
"Bing"
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
common = with pkgs; [
|
||||
evince # Document viewer.
|
||||
ungoogled-chromium # Just in case I ever need it.
|
||||
chromium # Just in case I ever need it.
|
||||
gimp # Image manipulation program.
|
||||
gnome-calculator # Calculator.
|
||||
gparted # GUI disk utility just in case.
|
||||
|
|
Loading…
Reference in a new issue