User's banner
Avatar

Yash Raj

mobsenpai@lemmy.world
Joined
12 posts • 13 comments

I am yashraj (snaps a finger)

Direct message

Would you be able to provide an example code? It would help me grasp the concept more effectively.

permalink
report
parent
reply

So does it mean passing --cmd Hyprland > /dev/null to Tuigreet? If so then that wouldn’t work with my setup, as I use sessions instead of cmd. Here is how I have it in nixos

    services.greetd = {
      enable = true;
      settings = {
        default_session = {
          user = "greeter";
          command = ''
            ${getExe' pkgs.unstable.greetd.tuigreet "tuigreet"} \
            --time \
            --sessions ${cfg.sessionDirs} \
            --remember \
            --remember-session
          '';
        };
      };
    };

The sessionDirs is this

modules.services.greetd.sessionDirs = ["${hyprlandPackage}/share/wayland-sessions"];

This is a link to my dotfiles where I have it:

permalink
report
parent
reply

Yeah , no For system logs I have it on quiet but these are for when Hyprland starts. I forgot to mention that.

permalink
report
parent
reply

I know… For a long and I mean long time I had it, but yk I wan’t to hide it just to spice things up.

permalink
report
parent
reply

Yeah you’re right. you’re a lifesaver, was frustrated the whole day abt it. Much love to you.

permalink
report
parent
reply

I am basing my config on this https://github.com/JManch/nixos/blob/main/modules/nixos/services/greetd.nix

And I don’t see 'em using --cmd only difference I’ve noticed so far is that they use a flake to define the package of hyprland.

permalink
report
parent
reply

ha ha!! take that!

permalink
report
reply

Yep. Thanks.

permalink
report
parent
reply

Bro you carried it. Thank you for your effort, I was able to find the magazines, some of them are not translated yet so I will wait and come back again. But thanks again.

permalink
report
parent
reply

Gotcha~ I will take care of it in future.

permalink
report
parent
reply