about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-nix.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-nix.el')
-rw-r--r--.emacs.d/lisp/init-nix.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-nix.el b/.emacs.d/lisp/init-nix.el
new file mode 100644
index 0000000..b4cf0fe
--- /dev/null
+++ b/.emacs.d/lisp/init-nix.el
@@ -0,0 +1,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