This commit is contained in:
Andrea Ciceri 2023-08-07 22:23:17 +02:00
parent 774908425d
commit 02fca8be4c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
9 changed files with 88 additions and 41 deletions

View file

@ -9,6 +9,7 @@ with epkgs; [
nerd-icons-dired
treemacs-nerd-icons
eat
clipetty
sideline
sideline-flymake
delight
@ -27,6 +28,9 @@ with epkgs; [
cape
which-key
nix-mode
unisonlang-mode
purescript-mode
dhall-mode
envrc
inheritenv
popper
@ -39,4 +43,8 @@ with epkgs; [
haskell-mode
terraform-mode
diredfl
(pkgs.callPackage ./indent-bars.nix {
src = pkgs.indent-bars-source;
inherit (epkgs) trivialBuild compat;
})
]