diff options
author | Julian T <julian@jtle.dk> | 2021-10-14 09:28:49 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-10-14 09:28:49 +0200 |
commit | 29feca42b7d3162a6d3090c143744a34e91476fb (patch) | |
tree | 093ae2bb96db7a7c196d17d9b3e9d1aff62e9691 /nixhome/.config | |
parent | 98d4650d53b1033956ec92c9f71d769d5b64ff5e (diff) |
Emacs haskell and latex mode
Diffstat (limited to 'nixhome/.config')
-rw-r--r-- | nixhome/.config/nixpkgs/home.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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 |