chore: move helix to common
This commit is contained in:
parent
6307a24bb3
commit
2bb8bbd462
3 changed files with 2 additions and 3 deletions
|
@ -13,5 +13,4 @@ imports = [
|
|||
homeDirectory = "/home/oh";
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
}
|
|
@ -8,7 +8,6 @@ imports = [
|
|||
../../modules/home/zathura
|
||||
../../modules/home/gtk
|
||||
../../modules/home/dunst
|
||||
../../modules/home/helix
|
||||
../../modules/home/lf
|
||||
../../modules/home/mpv
|
||||
../../modules/home/waybar
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
default,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./home/nushell
|
||||
./home/starship
|
||||
./home/helix
|
||||
./home/git
|
||||
./home/lazygit
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue