diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 3cc3a08..5e014fb 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -32,7 +32,7 @@ settings = rec { initial_session = { user = "user"; - command = "${pkgs.greetd.greetd}/bin/agreety --cmd Hyprland"; + command = "${pkgs.hyprland}/bin/Hyprland"; }; default_session = initial_session; };