disable greetd on riva

This commit is contained in:
Thomas Avé 2024-12-29 01:27:55 +01:00
parent ff5f500c13
commit 6292c024c4
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}; };
services.greetd = { services.greetd = {
enable = true; enable = pkgs.lib.mkDefault true;
settings = rec { settings = rec {
initial_session = { initial_session = {
command = "Hyprland"; command = "Hyprland";

View File

@ -33,4 +33,6 @@ in {
capSysAdmin = true; capSysAdmin = true;
openFirewall = true; openFirewall = true;
}; };
services.greetd.enable = false;
} }