oops
This commit is contained in:
parent
983fdf31ea
commit
460fa753d2
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue