diff --git a/modules/hyprland.nix b/modules/hyprland.nix index c40980d..4b7d116 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -10,15 +10,12 @@ }; services.gnome.gnome-keyring.enable = true; + security.pam.services.greetd.enableGnomeKeyring = true; environment.systemPackages = with pkgs; [ # Theme adw-gtk3 - # Greeter - cage - greetd.gtkgreet - # Applications gnome.nautilus gnome.sushi @@ -42,7 +39,8 @@ enable = true; settings = { default_session = { - command = "cage -s -- gtkgreet --command=Hyprland"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; + user = "greeter"; }; }; };