Helix with nixd works :D
This commit is contained in:
parent
918cd1665b
commit
2db5ed810b
2 changed files with 3 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ in {
|
|||
jetbrains.rust-rover
|
||||
jetbrains.webstorm
|
||||
mono
|
||||
nixd
|
||||
nodejs_22
|
||||
platformio-core
|
||||
python313
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue