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
@@ -28,7 +28,7 @@ rm -rf \
rm -f "$config_home/systemd/user/dms.service"
rm -rf "$state_home/DankMaterialShell"
for binary in dms quickshell qs matugen dgop dsearch; do
for binary in dms quickshell qs matugen dgop dsearch nixGL; do
link="$HOME/.local/bin/$binary"
if [[ -L "$link" && "$(readlink "$link")" == "$profile/"* ]]; then
rm -f "$link"