add Helix

main
Brian Hicks 2022-09-12 15:31:23 -05:00
parent d57714a63e
commit 9dfcfa208a
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
3 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,7 @@
./fd
./fzf
./git
./helix
./home-manager
./htop
./hyperfine

View File

@ -0,0 +1,9 @@
{ pkgs, ... }: {
programs.helix = {
enable = true;
languages = [{
name = "rust";
auto-format = true;
}];
};
}

View File

@ -74,6 +74,7 @@
../../dotfiles/fzf
../../dotfiles/git
../../dotfiles/hammerspoon
../../dotfiles/helix
../../dotfiles/home-manager
../../dotfiles/htop
../../dotfiles/hyperfine