mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
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";
|
|
};
|
|
}
|