Bridge DMS rendering through NixGL

This commit is contained in:
wuyang
2026-07-27 17:11:49 +08:00
parent 475b87e903
commit 27da2e9dbe
7 changed files with 132 additions and 26 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ After=graphical-session.target
[Service]
Type=simple
Environment=PATH=%h/.local/bin:%h/.local/state/niri-beyond-glass/nix-profile/bin:/usr/local/bin:/usr/bin:/bin
ExecStart=%h/.local/state/niri-beyond-glass/nix-profile/bin/dms run --session
ExecStart=%h/.local/state/niri-beyond-glass/nix-profile/bin/nixGL %h/.local/state/niri-beyond-glass/nix-profile/bin/dms run --session
ExecReload=/usr/bin/pkill -USR1 -x dms
Restart=on-failure
RestartSec=1.23