From c31c081a93198f1cee9f3c98dd72a2b93cec02d2 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 16 Apr 2025 04:13:40 -0400 Subject: [PATCH] greetd session command fix --- hosts/common/optional/hyprland/greetd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/optional/hyprland/greetd.nix b/hosts/common/optional/hyprland/greetd.nix index 6d4b812..37769bf 100644 --- a/hosts/common/optional/hyprland/greetd.nix +++ b/hosts/common/optional/hyprland/greetd.nix @@ -13,12 +13,12 @@ let hostSpec = config.hostSpec.username; default = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start hyprland.desktop"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start default"; user = "toph"; }; initial = { # command = "${pkgs.hyprland}/bin/Hyprland"; - command = "uwsm start hyprland.desktop"; + command = "uwsm start default"; user = "toph"; }; in