Skip to content

Commit

Permalink
feat(tools): add guix
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2023
1 parent 0446e34 commit 920dee5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
:custom
(envrc-debug minemacs-debug-p))

(use-package guix
:straight t
:when (executable-find "guix")
:init
(+map! "og" #'guix))


(provide 'me-tools)

Expand Down

0 comments on commit 920dee5

Please sign in to comment.