diff --git a/modules/system/greetd_wayland.nix b/modules/system/greetd_wayland.nix index 4e2a41f..9295b27 100644 --- a/modules/system/greetd_wayland.nix +++ b/modules/system/greetd_wayland.nix @@ -6,6 +6,11 @@ command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --time --cmd 'zsh -c \"source $HOME/.config/zsh/.zshrc && Hyprland > $XDG_RUNTIME_DIR/Hyprland.out\"'"; user = "greeter"; }; + + initial_session = { + command = "Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""; + user = "rin"; + }; }; };