chore: move helix to common

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

View file

@ -13,5 +13,4 @@ imports = [
homeDirectory = "/home/oh"; homeDirectory = "/home/oh";
stateVersion = "23.05"; stateVersion = "23.05";
}; };
} }

View file

@ -8,7 +8,6 @@ imports = [
../../modules/home/zathura ../../modules/home/zathura
../../modules/home/gtk ../../modules/home/gtk
../../modules/home/dunst ../../modules/home/dunst
../../modules/home/helix
../../modules/home/lf ../../modules/home/lf
../../modules/home/mpv ../../modules/home/mpv
../../modules/home/waybar ../../modules/home/waybar

View file

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