+ Restore nix-mode entry in auto-mode-alist + Add .drv entry to auto-mode-alist + Minor refactor for def-package! blocks
11 lines
243 B
EmacsLisp
11 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))
|