helix config
This commit is contained in:
parent
7ddae46dd0
commit
b7bfcbeb7d
4 changed files with 80 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue