1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

dankinstall: call add-wants for niri/hyprland with dms service

This commit is contained in:
bbedward
2025-12-12 09:58:12 -05:00
parent 4b52e2ed9e
commit c3cb82c84e
7 changed files with 19 additions and 7 deletions

View File

@@ -349,7 +349,7 @@ func (f *FedoraDistribution) InstallPackages(ctx context.Context, dependencies [
f.log(fmt.Sprintf("Warning: failed to write window manager config: %v", err))
}
if err := f.EnableDMSService(ctx); err != nil {
if err := f.EnableDMSService(ctx, wm); err != nil {
f.log(fmt.Sprintf("Warning: failed to enable dms service: %v", err))
}