diff --git a/hosts/anemone/default.nix b/hosts/anemone/default.nix index a813f3f..f7a47ae 100644 --- a/hosts/anemone/default.nix +++ b/hosts/anemone/default.nix @@ -18,7 +18,7 @@ ccache corectrl flatpak - greetd + greetd_wayland gui input kernel diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index d88e2fe..c59ca43 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -19,7 +19,7 @@ ccache corectrl flatpak - greetd + greetd_xorg gui input kernel diff --git a/modules/default.nix b/modules/default.nix index 60cea74..0ad17ac 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -31,7 +31,8 @@ in { ./system/ccache.nix ./system/corectrl.nix ./system/flatpak.nix - ./system/greetd.nix + ./system/greetd_wayland.nix + ./system/greetd_xorg.nix ./system/gui.nix ./system/home-manager.nix ./system/input.nix