Disabled HM documentation
This commit is contained in:
parent
d7c51d57e4
commit
e64c7da47a
2 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,6 @@ with pkgs; [
|
||||||
tcpdump
|
tcpdump
|
||||||
tdesktop
|
tdesktop
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
|
||||||
unzip
|
unzip
|
||||||
usbutils
|
usbutils
|
||||||
virtmanager
|
virtmanager
|
||||||
|
|
|
@ -25,7 +25,9 @@ in
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.sharedModules = (nixpkgs.lib.attrValues self.hmModules);
|
home-manager.sharedModules = (nixpkgs.lib.attrValues self.hmModules) ++ [
|
||||||
|
{ manual.manpages.enable = false;}
|
||||||
|
];
|
||||||
home-manager.users.dadada = import ../home/home;
|
home-manager.users.dadada = import ../home/home;
|
||||||
}
|
}
|
||||||
./modules/profiles/laptop.nix
|
./modules/profiles/laptop.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue