helix: fix helix, enable it
This commit is contained in:
parent
581a06aa2f
commit
e348d4cee9
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
])
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue