Add system/sddm.nix

This commit is contained in:
2025-02-06 16:55:51 +01:00
parent 6f1717ba99
commit 6eee91bd91

4
system/sddm.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, config, ... }:
{
services.displayManager.sddm.enable = true;
}