helix git

This commit is contained in:
Tao Tien 2024-02-01 19:24:36 -08:00
parent f2c2dd1998
commit 6a73955468
6 changed files with 125 additions and 46 deletions

View file

@ -49,6 +49,15 @@
};
}
];
grammar = [
{
name = "nix";
source = {
git = "https://github.com/nix-community/tree-sitter-nix";
rev = "763168fa916a333a459434f1424b5d30645f015d";
};
}
];
};
enable = true;
defaultEditor = true;

View file

@ -1,6 +1,6 @@
let
enablePrograms = programs: builtins.mapAttrs (_: program: { enable = true; }) programs;
in
# let
# enablePrograms = programs: builtins.mapAttrs (_: program: { enable = true; }) programs;
# in
{
imports = [
./helix.nix