nix-config/home/default.nix
Bruno BELANYI 631292faf2 home: add documentation
By default, packages installed by home-manager do not have their
documentation added to man pages and the info database
2021-03-03 17:02:48 +00:00

10 lines
93 B
Nix

{ ... }:
{
imports = [
./direnv.nix
./documentation.nix
./git
./zsh
];
}