[Desktop/Plasma] add service ordering/conflicts for sddm with getty

This commit is contained in:
Antoine Viallon 2024-03-11 22:26:49 +01:00
parent 98e06464eb
commit ee8c0c75e6
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -56,6 +56,12 @@ in {
TimeoutStopSec = 10;
SendSIGHUP = true;
};
after = [
"getty@tty1.service"
];
conflicts = [
"getty@tty1.service"
];
};
nixpkgs.overlays = [(final: prev: { mySddm = sddmPackage; } )];