starting system package explosion

This commit is contained in:
2025-08-31 13:05:46 -06:00
parent 576a13ea8f
commit 23e168431d
9 changed files with 185 additions and 26 deletions

View File

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