aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/greetd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/greetd.nix b/common/greetd.nix
index 66abd6c..47f5f81 100644
--- a/common/greetd.nix
+++ b/common/greetd.nix
@@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
- command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd start-hyprland";
+ command = "${pkgs.tuigreet}/bin/tuigreet --time";
user = "greeter";
};
};