1
0
Fork 0

Fix installed helix version

This commit is contained in:
Malte 2022-11-24 00:44:17 +01:00
parent a30e4c3ffd
commit c78f7d785b
2 changed files with 3 additions and 2 deletions

View file

@ -73,8 +73,8 @@ in {
};
lsp.display-messages = true;
indent-guides.render = true;
# cursorline = true; # Not in released helix
# color-modes = true; # Not in released helix
cursorline = true; # Not in released helix
color-modes = true; # Not in released helix
};
};
languages = [

View file

@ -20,6 +20,7 @@ in {
tut
emanote
nix-output-monitor
helix
;
nixpkgs-bot = bot.packages.x86_64-linux.default;
}