This commit is contained in:
Andrea Ciceri 2023-09-19 21:44:19 +02:00
parent 2a1f2576e4
commit a7ac7b4b74
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
8 changed files with 232 additions and 72 deletions

View file

@ -22,13 +22,17 @@ with epkgs; [
embark-consult
magit
magit-delta
magit-todos
diff-hl
corfu
corfu-terminal
kind-icon
cape
which-key
nix-mode
# nix-mode
(nix-ts-mode.overrideAttrs (_: {
src = pkgs.nix-ts-mode-source;
}))
unisonlang-mode
purescript-mode
dhall-mode
@ -36,8 +40,6 @@ with epkgs; [
inheritenv
popper
paredit
tree-sitter
tree-sitter-langs
yaml-mode
hl-todo
markdown-mode
@ -48,4 +50,12 @@ with epkgs; [
src = pkgs.indent-bars-source;
inherit (epkgs) trivialBuild compat;
})
(pkgs.callPackage ./combobulate.nix {
src = pkgs.combobulate-source;
inherit (epkgs) trivialBuild;
})
org-roam
consult-org-roam
ement
]