Fix home manager hook

main
Julius Riegel 7 months ago
parent 6151ae73ef
commit 964e5fbef0

@ -42,7 +42,7 @@ local function link_apps()
end end
exports.after_apply_all = function() exports.after_apply_all = function()
if utils.which "home-manager" == nil and (shasum {homenix}).stdout ~= ha_checksum then if utils.which "home-manager"~= nil and (shasum {homenix}).stdout ~= ha_checksum then
local hm = utils.ext "home-manager" local hm = utils.ext "home-manager"
log.info("Applying home-manager config") log.info("Applying home-manager config")

Loading…
Cancel
Save