Skip to content

Commit

Permalink
feat(tools): add support for Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 26, 2023
1 parent ca2923c commit 0868ba9
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 @@ -142,6 +142,12 @@
:init
(+map! "oo" #'app-launcher-run-app))

(use-package nix-mode
:straight t)

(use-package nix-update
:straight t)


(provide 'me-tools)

Expand Down

0 comments on commit 0868ba9

Please sign in to comment.