add documentation
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 3m57s
Bump flake.lock / build (push) Successful in 7m41s

This commit is contained in:
Deepak Mallubhotla 2025-03-28 20:39:08 -05:00
parent f7b0ab08f4
commit 85fbe1b103
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

View File

@ -31,6 +31,12 @@ in
wslConf.interop.appendWindowsPath = false;
};
documentation = {
dev.enable = true;
man.generateCaches = true;
nixos.enable = true;
};
networking.hostName = hostname; # Define your hostname.
# Enable nix flakes