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

6
flake.lock generated
View file

@ -497,11 +497,11 @@
"utils": "utils_3" "utils": "utils_3"
}, },
"locked": { "locked": {
"lastModified": 1666080735, "lastModified": 1666463764,
"narHash": "sha256-4YWYJgzt9mGuAvXAuEziYms+bYlk/1spyt3iLizRL5I=", "narHash": "sha256-NmayV9S0s7CgNEA2QbIxDU0VCIiX6bIHu8PCQPnYHDM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "42f81ac107c5a9a177888080107094dba57f134e", "rev": "69d19b9839638fc487b370e0600a03577a559081",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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