From 29feca42b7d3162a6d3090c143744a34e91476fb Mon Sep 17 00:00:00 2001
From: Julian T <julian@jtle.dk>
Date: Thu, 14 Oct 2021 09:28:49 +0200
Subject: Emacs haskell and latex mode

---
 nixhome/.config/nixpkgs/home.nix | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'nixhome/.config/nixpkgs')

diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix
index e2432c6..f1dd5b4 100644
--- a/nixhome/.config/nixpkgs/home.nix
+++ b/nixhome/.config/nixpkgs/home.nix
@@ -1,6 +1,8 @@
 { config, pkgs, ... }:
 
-{
+let
+    unstable = import <unstable> {};
+in {
     # Yep makes sense
     programs.home-manager.enable = true;
 
@@ -13,8 +15,8 @@
         xbindkeys
 
         # Developing
-        gcc go clang-tools # haskell-language-server
-        gdb php ghc stack racket chez
+        gcc go clang-tools unstable.haskell-language-server
+        gdb php unstable.ghc stack racket chez rustc cargo
 
         # Email and calendar
         evolution gnome3.gnome-calendar evolution-data-server evolution-ews
@@ -40,6 +42,7 @@
             wrapfig tcolorbox environ listingsutf8 subfiles;
         })
         biber
+
         youtube-dl sshpass python38Packages.pynvim
         aspell aspellDicts.da aspellDicts.en
         ffmpegthumbnailer tio imagemagick sox poppler_utils
-- 
cgit v1.2.3