helix git
This commit is contained in:
parent
f2c2dd1998
commit
6a73955468
6 changed files with 125 additions and 46 deletions
|
|
@ -49,6 +49,15 @@
|
|||
};
|
||||
}
|
||||
];
|
||||
grammar = [
|
||||
{
|
||||
name = "nix";
|
||||
source = {
|
||||
git = "https://github.com/nix-community/tree-sitter-nix";
|
||||
rev = "763168fa916a333a459434f1424b5d30645f015d";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue