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
|
||||
./git
|
||||
./lazygit
|
||||
./zellij
|
||||
];
|
||||
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/services
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
|
|
@ -9,6 +9,7 @@ imports = [
|
|||
../../home/gtk
|
||||
../../home/dunst
|
||||
../../home/lf
|
||||
../../home/zellij
|
||||
../../home/mpv
|
||||
../../home/waybar
|
||||
../../home/wayland/hyprland
|
||||
|
|
Loading…
Reference in a new issue