mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
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))
|