Plugin doesn't properly starts with greetd #8356
-
Hello, I'm on nixos and I'm making some test, and it appears that if I use greetd with autologin, hyprspace failed to load. With this :
It doens't work. But with
It works. This is the only difference between my commit that works and the one that doesn't.
Is it a bug or an I missing something ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In greetd, you're setting the command to the nixpkgs Hyprland package, but you're using the flake package. As such, the plugin will not load on the nixpkgs version. If you only configure hyprland through HM, then you can safely pass |
Beta Was this translation helpful? Give feedback.
In greetd, you're setting the command to the nixpkgs Hyprland package, but you're using the flake package. As such, the plugin will not load on the nixpkgs version. If you only configure hyprland through HM, then you can safely pass
initial_command = "Hyprland";
.