helix config

This commit is contained in:
Tao Tien 2024-01-30 10:46:26 -08:00
parent 7ddae46dd0
commit b7bfcbeb7d
4 changed files with 80 additions and 7 deletions

View file

@ -1,4 +1,24 @@
{
programs.helix = {
enable = true;
defaultEditor = true;
settings = {
theme = "dracula";
editor = {
line-number = "relative";
cursorline = true;
completion-replace = true;
};
};
languages = { };
};
programs.git = {
enable = true;
userName = "Tao Tien";
userEmail = "29749622+taotien@users.noreply.github.com";
};
home.username = "tao";
home.homeDirectory = "/home/tao";
home.stateVersion = "23.11";