Skip to content

Commit 0868ba9

Browse files
committed
feat(tools): add support for Nix
1 parent ca2923c commit 0868ba9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/me-tools.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
:init
143143
(+map! "oo" #'app-launcher-run-app))
144144

145+
(use-package nix-mode
146+
:straight t)
147+
148+
(use-package nix-update
149+
:straight t)
150+
145151

146152
(provide 'me-tools)
147153

0 commit comments

Comments
 (0)