about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-12-18 14:36:49 +0100
committerProfpatsch <mail@profpatsch.de>2015-12-18 15:19:32 +0100
commite8f8ed138d86177cae7fb4421877194f894c8cca (patch)
tree552fe8a88b37882feb11b4e674a08fb4fcd79436
parentc7f96a3293b5cd6728c5d6399558aa91d9a8dce2 (diff)
katara: misc changes
-rw-r--r--machines/profpatsch/katara.nix11
1 files 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