update helix
This commit is contained in:
parent
1b8af78deb
commit
aa084e9365
1 changed files with 8 additions and 3 deletions
11
home.nix
11
home.nix
|
|
@ -33,8 +33,8 @@
|
|||
userName = "Aaron Honeycutt";
|
||||
userEmail = "aaronhoneycutt@protonmail.com";
|
||||
aliases = {
|
||||
undo = "reset HEAD~1 --mixed";
|
||||
amend = "commit -a --amend";
|
||||
force = "push -f";
|
||||
undo = "rebase -i HEAD~2";
|
||||
};
|
||||
extraConfig = {
|
||||
color = {
|
||||
|
|
@ -56,8 +56,13 @@
|
|||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
theme = "ferra";
|
||||
theme = "ferra";
|
||||
editor = {
|
||||
true-color = true;
|
||||
auto-completion = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue