Skip to content

Commit

Permalink
configure nix repl / shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantypanski committed Jun 14, 2022
1 parent cf287fc commit bb1b441
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/languages/my-nix.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@
:ensure nix-mode
:mode "\\.nix\\'")

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

(use-package nix-shell
:ensure nix-mode
:commands (nix-shell-unpack nix-shell-configure nix-shell-build))

(provide 'my-nix)

0 comments on commit bb1b441

Please sign in to comment.