doomemacs/modules/lang/nix/packages.el
Henrik Lissner e0f2c260a1
Update lang/nix to reflect changes upstream
+ Restore nix-mode entry in auto-mode-alist
+ Add .drv entry to auto-mode-alist
+ Minor refactor for def-package! blocks
2018-08-13 21:47:55 +02:00

12 lines
243 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/nix/packages.el
(package! nix-mode)
(package! nix-update)
(when (featurep! :completion company)
(package! company-nixos-options))
(when (featurep! :completion helm)
(package! helm-nixos-options))