helix.nix: switch to gruvbox, add hidden files in file picker
This commit is contained in:
parent
0b4b1124be
commit
89ca030a5f
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
inherit (lib) getExe;
|
||||
toml = formats.toml {};
|
||||
helix-config = {
|
||||
theme = "catppuccin_mocha";
|
||||
theme = "gruvbox";
|
||||
editor = {
|
||||
cursorline = false;
|
||||
color-modes = true;
|
||||
|
@ -42,6 +42,9 @@
|
|||
display-messages = true;
|
||||
snippets = true;
|
||||
};
|
||||
file-picker = {
|
||||
hidden = false;
|
||||
};
|
||||
line-number = "relative";
|
||||
true-color = true;
|
||||
auto-format = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue