about summary refs log tree commit diff stats
BranchCommit messageAuthorAge
hlthalt until exception when waiting for keyboardKartik K. Agaram20 months
mainfix other mandelbrot variantsKartik K. Agaram9 months
 
ode>
;;; 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