about summary refs log tree commit diff
path: root/modules/emacs/doom/packages.el
blob: f8183779d68b47e5666495f87d970603e9d8a1d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(disable-packages! writegood-mode)

(unpin! (:editor parinfer))

(unpin! evil-collection)

(package! treesit-auto)

(package! xclip)

(package! org-roam-ui)
(package! org-roam-timestamps)

(package! nickel-mode)

(package! hledger-mode)

(package! sops
  :recipe (:host github :repo "djgoku/sops"))

(package! gptel)
(package! ellama)
(package! magit-gptcommit)

(unpin! (:tools tree-sitter))

(package! typst-ts-mode
  :recipe (:host codeberg :repo "meow_king/typst-ts-mode"))

;; (package! tvl
;;   :recipe (:host nil
;;            :repo "https://code.tvl.fyi/depot.git:/tools/emacs-pkgs/tvl.git"
;;            :build nil))

Consider giving Nix/NixOS a try! <3