mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
+ Restore nix-mode entry in auto-mode-alist + Add .drv entry to auto-mode-alist + Minor refactor for def-package! blocks
12 lines
243 B
EmacsLisp
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))
|