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