Commit 29093dc

HPCesia <me@hpcesia.com>
2025-12-07 10:29:12
feat: update helix config
1 parent 509db86
Changed files (1)
modules
dev
modules/dev/helix/default.nix
@@ -1,15 +1,16 @@
-{inputs, ...}: {
-  flake.modules.homeManager.dev-helix = {pkgs, ...}: {
+{
+  flake.modules.homeManager.dev-helix = _: {
     programs.helix = {
       enable = true;
-      package = inputs.helix-fork.packages.${pkgs.stdenv.hostPlatform.system}.default;
       settings = {
         editor = {
           line-number = "relative";
           cursorline = true;
-          bufferline = {
-            render-mode = "multiple";
-            separator = "";
+          bufferline = "multiple";
+          cursor-shape = {
+            normal = "block";
+            insert = "bar";
+            select = "block";
           };
           color-modes = true;
           trim-trailing-whitespace = true;