mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-25 21:13:43 +03:00
Add helper activation function for home-manager
This commit is contained in:
parent
f0456d6714
commit
8dd6e23b95
@ -112,6 +112,8 @@
|
|||||||
"sed -i '/^default /d' ${efi.efiSysMountPoint}/loader/loader.conf"}
|
"sed -i '/^default /d' ${efi.efiSysMountPoint}/loader/loader.conf"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
home-manager = base: custom base.activationPackage "$PROFILE/activate";
|
||||||
|
|
||||||
noop = base: custom base ":";
|
noop = base: custom base ":";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user