chore: add treesitter and nix syntax highlighting

This commit is contained in:
Artur Manuel 2024-10-05 14:03:28 +01:00
commit aee63f155c
2 changed files with 6 additions and 1 deletions

View file

@ -178,4 +178,7 @@
:config
(load-theme 'base16-oxocarbon-dark t))
(use-package nix-ts-mode
:mode "\\.nix\\'")
(provide 'config)

View file

@ -34,7 +34,9 @@ in
embark
embark-consult
base16-theme
nix-ts-mode
;
treesit-grammars = e.treesit-grammars.with-all-grammars;
};
override = _: prev: { use-package = prev.emacs; };
};