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"; }; }; };