yeet the shim, now its just a waiting game i guess

This commit is contained in:
alisceon 2026-04-04 18:59:48 +02:00
parent 52432082dc
commit 4d8de41daf
3 changed files with 6 additions and 20 deletions

View file

@ -1,13 +0,0 @@
{ lib, ... }:
{
options.services.displayManager.generic.environment = lib.mkOption {
type = lib.types.attrsOf lib.types.anything;
default = { };
internal = true;
visible = false;
description = ''
Compatibility shim for older Stylix modules that still reference the
removed services.displayManager.generic.environment option.
'';
};
}