helix trnasparency added

This commit is contained in:
2025-08-27 12:57:58 -06:00
parent 60ac382bc3
commit c2fb5447dd

View File

@@ -3,9 +3,12 @@
{
programs.helix = {
enable = true;
settings = {theme = "everforest_dark_trans";};
themes = {
everforest_dark_trans = ./everforest_dark_trans.toml;
};
settings = {
theme = "everforest_dark_trans";
};
};
home.file."helix/helix/themes/everforest_dark_trans.toml".src = [ ./everforest_dark_trans.toml ];
}