doomemacs/modules/lang/nix/packages.el

9 lines
231 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; lang/nix/packages.el
2018-03-25 20:39:59 -06:00
(package! nix-mode)
2018-07-16 17:09:28 +02:00
(package! nix-update :recipe (:fetcher github :repo "jwiegley/nix-update-el"))
(when (featurep! :completion company)
(package! company-nixos-options))