doomemacs/modules/lang/nix/packages.el
2018-07-17 09:56:52 +02:00

12 lines
244 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))