universedesktop: Further cleanup, try niri

This commit is contained in:
2025-01-25 18:45:08 -05:00
parent 64eb651168
commit f6515dfc93
4 changed files with 14 additions and 3 deletions

View File

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