helix.nix: switch to gruvbox, add hidden files in file picker

This commit is contained in:
Charlie Root 2025-03-24 18:46:29 +01:00
commit 89ca030a5f
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -30,7 +30,7 @@
inherit (lib) getExe; inherit (lib) getExe;
toml = formats.toml {}; toml = formats.toml {};
helix-config = { helix-config = {
theme = "catppuccin_mocha"; theme = "gruvbox";
editor = { editor = {
cursorline = false; cursorline = false;
color-modes = true; color-modes = true;
@ -42,6 +42,9 @@
display-messages = true; display-messages = true;
snippets = true; snippets = true;
}; };
file-picker = {
hidden = false;
};
line-number = "relative"; line-number = "relative";
true-color = true; true-color = true;
auto-format = true; auto-format = true;