fix(nix): create autostart.sh in home-manager module when systemd is enabled - #1152
Open
DoctorDalek1963 wants to merge 1 commit into
Open
fix(nix): create autostart.sh in home-manager module when systemd is enabled#1152DoctorDalek1963 wants to merge 1 commit into
DoctorDalek1963 wants to merge 1 commit into
Conversation
DoctorDalek1963
force-pushed
the
main
branch
2 times, most recently
from
July 18, 2026 10:29
f024640 to
a83321f
Compare
DreamMaoMao
force-pushed
the
main
branch
2 times, most recently
from
July 19, 2026 06:16
4689bc2 to
90c12e8
Compare
DoctorDalek1963
force-pushed
the
main
branch
2 times, most recently
from
July 25, 2026 12:53
4bff68d to
8690c24
Compare
DreamMaoMao
force-pushed
the
main
branch
3 times, most recently
from
August 10, 2026 05:15
0efe75b to
20ad711
Compare
…nabled ~/.config/mango/autostart.sh is where systemd gets activated, but autostart.sh would previously only be created if the user specified other commands to go in there. Now autostart.sh is created even if it only contains the systemd activation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
~/.config/mango/autostart.shis where systemd gets activated, but autostart.sh would previously only be created if the user specified other commands to go in there. This PR creates autostart.sh even if it only contains the systemd activation.