about summary refs log blame commit diff stats
path: root/.emacs.d/lisp/init-nix.el
blob: b4cf0fe28d37d23236b7e17b73c9bc9aad8cf251 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                     
;;; init-nix.el --- Nix Configuration File -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:

(use-package nix-mode
  :commands nix-repl-show)

(use-package nix-update
  :commands nix-update-fetch)

(provide 'init-nix)
;;; init-nix.el ends here