Helix with nixd works :D

This commit is contained in:
KoenDR06 2025-06-11 16:45:44 +02:00
parent 918cd1665b
commit 2db5ed810b
2 changed files with 3 additions and 6 deletions

View file

@ -30,6 +30,7 @@ in {
jetbrains.rust-rover
jetbrains.webstorm
mono
nixd
nodejs_22
platformio-core
python313

View file

@ -6,6 +6,7 @@
}: {
programs.helix = {
enable = true;
defaultEditor = true;
settings = {
theme = "catppuccin_macchiato";
editor.cursor-shape = {
@ -14,11 +15,6 @@
select = "underline";
};
};
languages.language = [
{
name = "nix";
auto-format = false;
}
];
languages.language = [];
};
}