nix-configs/modules/de/home/niri/xwayland-sat.nix

9 lines
188 B
Nix
Raw Normal View History

2025-03-12 02:00:13 +01:00
{pkgs, ...}: {
programs.niri.settings = {
spawn-at-startup = [
{command = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"];}
];
environment.DISPLAY = ":0";
};
}