helix theme

This commit is contained in:
Dustin Swan 2022-01-18 12:54:54 -05:00
parent 2b09579fab
commit 650ded7b9b
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

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\"";
};
}