diff --git a/flake.nix b/flake.nix index d718e83..bc1ebc6 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ":"; };