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";
|
homeDirectory = "/home/oh";
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue