diff --git a/homes/min/helix.nix b/homes/min/helix.nix index b3a8807..6bb434e 100644 --- a/homes/min/helix.nix +++ b/homes/min/helix.nix @@ -2,12 +2,12 @@ _: { programs.helix = { enable = true; defaultEditor = true; - + settings = { theme = "autumn"; editor = { cursor-shape.insert = "bar"; - file-picker.hidden = "false"; + file-picker.hidden = false; }; }; };