Files
HyprNix/system/sddm.nix
2025-02-06 16:55:51 +01:00

4 lines
74 B
Nix

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