feat: helix changes
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.helix = {
|
||||
flake.modules.homeManager.helix = { pkgs, ... }: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.svelte-language-server ];
|
||||
|
||||
settings = {
|
||||
theme = "kanagawa";
|
||||
editor.cursor-shape = {
|
||||
insert = "bar";
|
||||
normal = "block";
|
||||
select = "underline";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user