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

Revert "dankinstall: remove systemd path for Hyprland"

This reverts commit 0435a805c7.
This commit is contained in:
bbedward
2025-12-08 20:24:58 -05:00
parent d60d5b154a
commit 95c780ca8c
10 changed files with 20 additions and 54 deletions

View File

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