about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/katara.nix')
-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