8 lines
188 B
Nix
8 lines
188 B
Nix
{pkgs, ...}: {
|
|
programs.niri.settings = {
|
|
spawn-at-startup = [
|
|
{command = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"];}
|
|
];
|
|
environment.DISPLAY = ":0";
|
|
};
|
|
}
|