Add helper activation function for home-manager

This commit is contained in:
notgne2 2021-04-05 12:29:50 -07:00
parent f0456d6714
commit 8dd6e23b95
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -112,6 +112,8 @@
"sed -i '/^default /d' ${efi.efiSysMountPoint}/loader/loader.conf"}
'';
home-manager = base: custom base.activationPackage "$PROFILE/activate";
noop = base: custom base ":";
};