blob: b4cf0fe28d37d23236b7e17b73c9bc9aad8cf251 (
plain) (
blame)
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
|