home-manager: activate on switch
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
This commit is contained in:
@ -50,4 +50,9 @@ in
|
|||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Workaround: https://github.com/nix-community/home-manager/issues/7166
|
||||||
|
systemd.services."home-manager-${name}".serviceConfig = {
|
||||||
|
RemainAfterExit = "yes";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user