From e8f8ed138d86177cae7fb4421877194f894c8cca Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 18 Dec 2015 14:36:49 +0100 Subject: katara: misc changes --- machines/profpatsch/katara.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index c179d9a5..b0a24876 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -155,17 +155,15 @@ in { msmtp notmuch ]; - haskellPkgs = with pkgs.haskellPackages; [ - cabal2nix - ]; nixPkgs = [ nix-prefetch-scripts + haskellPackages.cabal2nix ]; tmpPkgs = [ - hunspell - hunspellDicts.en-gb-ise + # needs user service + redshift ]; - in thinkpadPkgs ++ systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ haskellPkgs ++ nixPkgs ++ tmpPkgs; + in thinkpadPkgs ++ systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ nixPkgs ++ tmpPkgs; system.extraDependencies = lib.singleton ( pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; @@ -297,7 +295,6 @@ in { ]; - ######## # Users -- cgit 1.4.1