home-manager: activate on switch
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s

This commit is contained in:
2025-05-30 21:17:15 +01:00
parent 0322e2aa74
commit 46a5a208ff

View File

@ -50,4 +50,9 @@ in
xdg.enable = true;
};
# Workaround: https://github.com/nix-community/home-manager/issues/7166
systemd.services."home-manager-${name}".serviceConfig = {
RemainAfterExit = "yes";
};
}