Add xwayland-satellite to the niri role

This commit is contained in:
KnightArtorias 2025-12-10 01:43:30 +00:00
parent c1ba1b5ac0
commit 16fe78f554

View file

@ -13,4 +13,8 @@
user = "${vars.user}";
};
};
environment.systemPackages = with pkgs; [
xwayland-satellite
];
}