Compare commits
2 commits
ce471e2fe2
...
2bfd58acc1
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | 2bfd58acc1 | ||
Dmitry Voronin | 96034fa13e |
|
@ -23,10 +23,13 @@
|
|||
searchEngines = [
|
||||
(mkSearchEngine "4p" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}")
|
||||
(mkSearchEngine "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}")
|
||||
(mkSearchEngine "fa" "Font Awesome" "https://fontawesome.com/search?q={searchTerms}&o=r&m=free")
|
||||
(mkSearchEngine "fb" "Flibusta" "https://flibusta.is/booksearch?ask={searchTerms}")
|
||||
(mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}")
|
||||
(mkSearchEngine "gc" "GitHub Code" "https://github.com/search?q={searchTerms}&type=code")
|
||||
(mkSearchEngine "gn" "GitHub Notif" "https://github.com/notifications?query={searchTerms}")
|
||||
(mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}")
|
||||
(mkSearchEngine "nf" "Nerd Fonts" "https://www.nerdfonts.com/cheat-sheet?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 "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}")
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
smartmontools # S.M.A.R.T. tools.
|
||||
sqlite # Serverless file-based database engine.
|
||||
sshfs # Ssh client.
|
||||
tcpdump # Sniff tool.
|
||||
testdisk # Apps to recover data from drives.
|
||||
tmux # Terminal multiplexor.
|
||||
tree # Show directory stricture as a tree.
|
||||
|
|
|
@ -32,14 +32,11 @@
|
|||
(mkLink "Sync" "fa-sync" "https://sync.voronind.com")
|
||||
])
|
||||
(mkGroup "Bookmark" "fa-bookmark" [
|
||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||
(mkLink "Flibusta" "fa-book" "https://flibusta.is")
|
||||
(mkLink "FontAwesome" "fa-font-awesome" "https://fontawesome.com/search?o=r&m=free")
|
||||
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
||||
(mkLink "NerdFonts" "fa-font" "https://www.nerdfonts.com/cheat-sheet")
|
||||
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
||||
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||
])
|
||||
(mkGroup "Pirate" "fa-skull-crossbones" [
|
||||
(mkLink "1337x" "fa-skull-crossbones" "https://1337x.to")
|
||||
|
|
Loading…
Reference in a new issue