From 68fe6700ea7f0370db292e61d5d3592c51f8c24e Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 16:36:39 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 2b2101c4..9ffbff1e 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -41,7 +41,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --issue --time --cmd Hyprland --asterisks"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; user = "greeter"; }; };