remove deck host

This commit is contained in:
Yan Lin 2025-11-18 22:01:37 +01:00
parent f0b597aa61
commit e6804624b5
8 changed files with 3 additions and 274 deletions

View file

@ -15,7 +15,7 @@ in
enableDisplayManager = mkOption {
type = types.bool;
default = true;
description = "Enable GDM display manager (conflicts with jovian.steam.autoStart)";
description = "Enable GDM display manager";
};
};

View file

@ -11,7 +11,7 @@ in
enableDisplayManager = mkOption {
type = types.bool;
default = true;
description = "Enable greetd display manager (conflicts with jovian.steam.autoStart)";
description = "Enable greetd display manager";
};
};