Update Hyprland settings
This commit is contained in:
@@ -35,7 +35,7 @@ in
|
||||
{
|
||||
services.greetd.enable = true;
|
||||
services.greetd.settings.default_session = {
|
||||
command = "${pkgs.hyprland}/bin/Hyprland --config ${hyprGreetConf}";
|
||||
command = "${pkgs.hyprland}/bin/start-hyprland -- -c ${hyprGreetConf}";
|
||||
user = "greeter";
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
hyprland = {
|
||||
prettyName = "Hyprland";
|
||||
comment = "Hyprland compositor managed by UWSM";
|
||||
binPath = lib.mkDefault "${pkgs.hyprland}/bin/Hyprland";
|
||||
binPath = "${pkgs.hyprland}/bin/start-hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user