citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 0478ff07f131e2a53c2148c98d621e8fda0dfcba
parent 72a99b8dfe92fa2134f22e225083a43f7dc29f20
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 21 Apr 2021 15:50:55 -0700

qutebrowser: update hoogle host

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdotfiles/.config/qutebrowser/config.py | 2+-
Mnix-config/nixpkgs/config.nix | 3+--
Mnix-config/services/desktop/default.nix | 3++-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py @@ -98,7 +98,7 @@ config.set('url.searchengines', { 'e': 'https://www.google.com/search?q=site%3Apackage.elm-lang.org+{}&btnI=Im+Feeling+Lucky', 'key': 'https://www.npmjs.org/browse/keyword/{}', 'h': 'http://holumbus.fh-wedel.de/hayoo/hayoo.html?query={}', - 'lh': 'http://localhost:8080/?hoogle={} -package:Cabal', + 'lh': 'http://localhost:8088/?hoogle={} -package:Cabal', 'hoogle': 'http://www.haskell.org/hoogle/?hoogle={}', 'github': 'http://github.com/search?q={}', 'r': 'https://old.reddit.com/r/{}', diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -385,7 +385,6 @@ in { mbox mime-mail mime-types - miso mmorph monad-control monad-coroutine @@ -395,7 +394,7 @@ in { monad-stm monadloc # mongoDB - monoid-extras + #monoid-extras neat-interpolation network newtype diff --git a/nix-config/services/desktop/default.nix b/nix-config/services/desktop/default.nix @@ -17,7 +17,8 @@ in ]; services.hoogle = { - enable = false; + enable = true; + port = 8088; packages = pkgs.myHaskellPackages; haskellPackages = pkgs.haskellPackages; };