Skip to content

Commit

Permalink
xmonad: enable hoogle; add xmonad+contrib and taffybar to hooglePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjs committed Jan 23, 2020
1 parent 9c4fc71 commit 2891331
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/new-modules/x/wm/xmonad.nix
Expand Up @@ -34,6 +34,23 @@ with lib;
zeal = "${pkgs.zeal}/bin/zeal";
};

services.hoogle = {
enable = true;
packages = hp: with pkgs; [
(stable.haskellPackages.taffybar.overrideAttrs (drv: {
meta.broken = false;
}))
config.mine.taffybar.package
xmonad-with-packages
hp.xmonad
hp.xmonad-contrib
];
};

environment.systemPackages = with pkgs; [
haskellPackages.hoogle
];

mine.userConfig = { home.packages = [ pkgs.maim ]; };

mine.xUserConfig = {
Expand Down

0 comments on commit 2891331

Please sign in to comment.