mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make available nix-repl-show
This commit is contained in:
@ -9,3 +9,7 @@
|
|||||||
(def-package! nix-update
|
(def-package! nix-update
|
||||||
:after nix-mode
|
:after nix-mode
|
||||||
:commands (nix-update-fetch))
|
:commands (nix-update-fetch))
|
||||||
|
|
||||||
|
(def-package! nix-repl
|
||||||
|
:after nix-mode
|
||||||
|
:commands (nix-repl-show))
|
||||||
|
Reference in New Issue
Block a user