12 lines
183 B
Nix
12 lines
183 B
Nix
{
|
|
programs.helix = {
|
|
enable = true;
|
|
themes = {
|
|
autumn_night_transparent = {
|
|
"inherits" = "autumn_night";
|
|
"ui.background" = { };
|
|
};
|
|
};
|
|
};
|
|
}
|