disable greetd on riva
This commit is contained in:
parent
ff5f500c13
commit
6292c024c4
|
@ -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";
|
||||||
|
|
|
@ -33,4 +33,6 @@ in {
|
||||||
capSysAdmin = true;
|
capSysAdmin = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.greetd.enable = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue