summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-05 10:38:41 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-05 10:38:41 +0200
commit4127cc3356e72a5a3ba4cbd8d497be962359761e (patch)
tree9dcc5782b2530b6b1dd790c1023b38567c4b10d4 /init.el
parent2e7a4c5a18acf3de8e1ef766fb7ed38924ed9978 (diff)
Make my nix config colorful thanks :)
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index c9167c4..90df93d 100644
--- a/init.el
+++ b/init.el
@@ -55,3 +55,7 @@
(use-package company)
(add-hook 'after-init-hook 'global-company-mode)
+;; Nix
+(use-package nix-ts-mode
+ :mode "\\.nix\\'")
+