Skip to content

Commit

Permalink
tweak(tools): conditionally install/configure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2023
1 parent 1df87a0 commit 0446e34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,13 @@
(setcar server '(nix-mode nix-ts-mode)))))

(use-package nix-update
:straight t)
:straight t
:when (executable-find "nix"))

(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
:when (executable-find "direnv")
:custom
(envrc-debug minemacs-debug-p))

Expand Down

0 comments on commit 0446e34

Please sign in to comment.