Niri: Difference between revisions
No edit summary |
m Fix File language |
||
| Line 91: | Line 91: | ||
{{File|3=environment.systemPackages = with pkgs; [ | {{File|3=environment.systemPackages = with pkgs; [ | ||
xwayland-satellite # xwayland support | xwayland-satellite # xwayland support | ||
];|name= | ];|name=/etc/nixos/configuration.nix|lang=nix}} | ||
Or using [[Home Manager]] | Or using [[Home Manager]] | ||
| Line 97: | Line 97: | ||
{{File|3=home.packages = with pkgs; [ | {{File|3=home.packages = with pkgs; [ | ||
xwayland-satellite # xwayland support | xwayland-satellite # xwayland support | ||
];|name= | ];|name=~/.config/home-manager/home.nix|lang=nix}} | ||
After you installed {{ic|xwayland-satellite}} Niri will integrate it out of the box and all of your XWayland apps will function properly. | After you installed {{ic|xwayland-satellite}} Niri will integrate it out of the box and all of your XWayland apps will function properly. | ||