move desktop shit again
This commit is contained in:
parent
df0ffea214
commit
500c18b76a
41 changed files with 69 additions and 69 deletions
8
modules/desktop/home/niri/xwayland-sat.nix
Normal file
8
modules/desktop/home/niri/xwayland-sat.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.niri.settings = {
|
||||
spawn-at-startup = [
|
||||
{command = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"];}
|
||||
];
|
||||
environment.DISPLAY = ":0";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue