Skip to content

Commit

Permalink
add Helix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 12, 2022
1 parent d57714a commit 9dfcfa2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -10,6 +10,7 @@
./fd
./fzf
./git
./helix
./home-manager
./htop
./hyperfine
Expand Down
9 changes: 9 additions & 0 deletions dotfiles/helix/default.nix
@@ -0,0 +1,9 @@
{ pkgs, ... }: {
programs.helix = {
enable = true;
languages = [{
name = "rust";
auto-format = true;
}];
};
}
1 change: 1 addition & 0 deletions machines/sequoia/default.nix
Expand Up @@ -74,6 +74,7 @@
../../dotfiles/fzf
../../dotfiles/git
../../dotfiles/hammerspoon
../../dotfiles/helix
../../dotfiles/home-manager
../../dotfiles/htop
../../dotfiles/hyperfine
Expand Down

0 comments on commit 9dfcfa2

Please sign in to comment.