helix: fix helix, enable it

This commit is contained in:
Charlie Root 2024-08-31 14:09:43 +02:00
commit e348d4cee9
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ in {
home-manager.users.${username} = {
programs.helix = {
enable = true;
# thanks fuf, this is great!
# thanks fufexan, this is great!
package = pkgs.helix.overrideAttrs (previousAttrs: {
makeWrapperArgs = with pkgs;
previousAttrs.makeWrapperArgs
@ -27,7 +27,7 @@ in {
nil
bash-language-server
shellcheck
typst-lsp
# typst-lsp
])
];
});