From df3bc7d25a8eafcba0f3caff90b347bc4962d181 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Mon, 6 Apr 2026 16:16:07 +0200 Subject: [PATCH] add greetd --- modules/hyprland/sys/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/sys/hyprland.nix b/modules/hyprland/sys/hyprland.nix index 7a7f360..3583be8 100644 --- a/modules/hyprland/sys/hyprland.nix +++ b/modules/hyprland/sys/hyprland.nix @@ -19,7 +19,7 @@ }; default_session = { command = "${tuigreet} --greeting 'Welcome to NixOS!' --asterisks --remember --remember-user-session --time --cmd ${session}"; - user = "greeter"; + user = "mo"; }; }; };