system/greetd: fix module paths

This commit is contained in:
LavaDesu 2024-07-24 13:15:10 +10:00
parent 1d051e34ed
commit ef9c4f3a08
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@
ccache ccache
corectrl corectrl
flatpak flatpak
greetd greetd_wayland
gui gui
input input
kernel kernel

View file

@ -19,7 +19,7 @@
ccache ccache
corectrl corectrl
flatpak flatpak
greetd greetd_xorg
gui gui
input input
kernel kernel

View file

@ -31,7 +31,8 @@ in {
./system/ccache.nix ./system/ccache.nix
./system/corectrl.nix ./system/corectrl.nix
./system/flatpak.nix ./system/flatpak.nix
./system/greetd.nix ./system/greetd_wayland.nix
./system/greetd_xorg.nix
./system/gui.nix ./system/gui.nix
./system/home-manager.nix ./system/home-manager.nix
./system/input.nix ./system/input.nix