1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

nix: fix NixOS systemd service PATH (#823)

This commit is contained in:
Lucas
2025-11-26 20:30:06 -03:00
committed by GitHub
parent de8f2e6a68
commit f7f1bbbdd2

View File

@@ -18,7 +18,7 @@ in {
systemd.user.services.dms = lib.mkIf cfg.systemd.enable {
description = "DankMaterialShell";
path = [cfg.quickshell.package];
path = lib.mkForce [];
partOf = ["graphical-session.target"];
after = ["graphical-session.target"];