From 08ccd07b41a4f12a39c0d41ede22bd656d70c445 Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 20 Jul 2023 12:39:48 +0000 Subject: [PATCH] login is nonsense --- global/software-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };