NixOS-Home-Flake/home/modules/helix.nix
2024-07-03 14:55:09 +07:00

12 lines
183 B
Nix

{
programs.helix = {
enable = true;
themes = {
autumn_night_transparent = {
"inherits" = "autumn_night";
"ui.background" = { };
};
};
};
}