helix theme

This commit is contained in:
2022-01-18 12:54:54 -05:00
parent 2b09579fab
commit 650ded7b9b

View File

@@ -394,4 +394,9 @@ in
abort_merge: Some(( code: Char('M'), modifiers: ( bits: 1,),)),
)'';
};
home.file.helix = {
target = ".config/helix/config.toml";
text = "theme = \"nord\"";
};
}