stylix on hm

This commit is contained in:
William 2025-10-16 11:44:11 -03:00
parent 3f2672e468
commit 8e5a0ff620
9 changed files with 407 additions and 6 deletions

View file

@ -8,13 +8,12 @@
programs.helix = {
enable = true;
settings = {
theme = "base16_transparent";
editor = {
file-picker.hidden = false;
idle-timeout = 0;
line-number = "relative";
cursor-shape = {
normal = "block";
normal = "bar";
insert = "bar";
select = "underline";
};
@ -47,4 +46,4 @@
];
};
};
}
}