This commit is contained in:
minish 2024-12-31 22:50:23 -05:00
parent 983fdf31ea
commit 460fa753d2
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ _: {
programs.helix = { programs.helix = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
settings = { settings = {
theme = "autumn"; theme = "autumn";
editor = { editor = {
cursor-shape.insert = "bar"; cursor-shape.insert = "bar";
file-picker.hidden = "false"; file-picker.hidden = false;
}; };
}; };
}; };