Update Hyprland settings

This commit is contained in:
2026-02-19 09:30:42 +09:00
parent 0762ccc9bc
commit e3de591a27
11 changed files with 106 additions and 49 deletions
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -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";
};
};
};