fix: bump home manager, reenable manual

This commit is contained in:
Infinidoge 2022-10-23 12:20:33 -04:00
parent 38738e5504
commit 562af7c9ea
2 changed files with 3 additions and 6 deletions

View file

@ -28,9 +28,6 @@
(lib.mkIf config.services.xserver.enable {
xsession.enable = true;
})
{
manual.manpages.enable = false; # FIXME: Manuel doesn't build in home-manager
}
];
};
}