cartierf89 b5dfc7998d nix os
2025-08-19 11:52:43 -04:00

14 lines
118 B
Nix
Executable File

{
config,
pkgs,
inputs,
...
}:
{
services.displayManager = {
gdm = {
enable = true;
};
};
}