feature(compositor): add a module for the wayland compositor
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
{
|
||||
# just enable and install niri
|
||||
programs.niri.enable = true;
|
||||
|
||||
# Add compositor-related packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
xwayland-satellite
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user