feature(compositor): add a module for the wayland compositor

This commit is contained in:
2025-12-28 19:26:44 +01:00
parent 01f6137eed
commit 520eadd6fb

View File

@@ -3,4 +3,9 @@
{ {
# just enable and install niri # just enable and install niri
programs.niri.enable = true; programs.niri.enable = true;
# Add compositor-related packages
environment.systemPackages = with pkgs; [
xwayland-satellite
];
} }