chore: fix sutakku services
This commit is contained in:
parent
4578e6245a
commit
ab18389c5c
3 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
./helix
|
./helix
|
||||||
./git
|
./git
|
||||||
./lazygit
|
./lazygit
|
||||||
./zellij
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
|
@ -4,6 +4,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
../../modules/services
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -9,6 +9,7 @@ imports = [
|
||||||
../../home/gtk
|
../../home/gtk
|
||||||
../../home/dunst
|
../../home/dunst
|
||||||
../../home/lf
|
../../home/lf
|
||||||
|
../../home/zellij
|
||||||
../../home/mpv
|
../../home/mpv
|
||||||
../../home/waybar
|
../../home/waybar
|
||||||
../../home/wayland/hyprland
|
../../home/wayland/hyprland
|
||||||
|
|
Loading…
Reference in a new issue