Added greetd

This commit is contained in:
Kyler Olsen 2025-05-07 18:19:05 -06:00
parent abf1eceee7
commit 19aea0fd26
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
{ {
services.greetd = {
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.greetd}/bin/agreety --cmd Hyprland";
};
}
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;