From 4e559daa20154c2f14087e07c6a573df89e31686 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Dec 2019 16:16:59 -0800 Subject: [PATCH] [NixOS] No hies and other haskell tweaks --- nixos/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 996f338a..f3afb53d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -131,8 +131,7 @@ in # Haskell Desktop (import ../dotfiles/config/taffybar/default.nix) (import ../dotfiles/config/xmonad/default.nix) - (ntiHaskellPackages.callCabal2nix "notifications-tray-icon" notifications-tray-icon-source { }) - haskellPackages.gtk-sni-tray + notifications-tray-icon haskellPackages.status-notifier-item haskellPackages.xmonad haskellPackages.dbus-hslogger @@ -184,7 +183,7 @@ in haskellPackages.hpack haskellPackages.hasktags haskellPackages.hoogle - (all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; }) + # (all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; }) # Scala sbt