445 current 2024-04-21 16:58:06 24.05.20240421.a8a8401 6.8.6-zen1 *
This commit is contained in:
parent
6b1cbe7495
commit
f8c091baaf
1 changed files with 15 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -183,6 +184,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.user.services.xwaylandvideobridge = {
|
||||
Unit = {
|
||||
Description = "Tool to make it easy to stream wayland windows and screens to exisiting applications running under Xwayland";
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = lib.getExe pkgs.xwaylandvideobridge;
|
||||
Restart = "on-failure";
|
||||
};
|
||||
Install = {
|
||||
wantedBy = ["default.target"];
|
||||
};
|
||||
};
|
||||
|
||||
# programs.nixvim = ./vim.nix;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue