blob: abc2e065e673431c68ac65e26c4f5269d83c3621 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
config,
lib,
...
}: {
home = {
activation = {
addManifestJson =
lib.hm.dag.entryAfter ["writeBoundary"]
''$DRY_RUN_CMD ln -s $VERBOSE_ARG "${./profile}" "${config.xdg.stateHome}/nix/profiles/"'';
};
};
}
|