mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Plasma] add service ordering/conflicts for sddm with getty
This commit is contained in:
parent
98e06464eb
commit
ee8c0c75e6
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ in {
|
|||
TimeoutStopSec = 10;
|
||||
SendSIGHUP = true;
|
||||
};
|
||||
after = [
|
||||
"getty@tty1.service"
|
||||
];
|
||||
conflicts = [
|
||||
"getty@tty1.service"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [(final: prev: { mySddm = sddmPackage; } )];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue