chore: move helix to common

This commit is contained in:
notohh 2023-02-27 06:00:37 -05:00
commit 2bb8bbd462
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 2 additions and 3 deletions
modules

View file

@ -1,10 +1,11 @@
{
pkgs,
default,
...
}: {
imports = [
./home/nushell
./home/starship
./home/helix
./home/git
./home/lazygit
];