diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:31:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:31:53 -0300 |
| commit | 6ef3a9f3a67593d2b68802534279017a21f38107 (patch) | |
| tree | 89404c2ca775948ce639513bcd3d5b1af8398b79 | |
| parent | configuration.nix: Explicitly configure XDG GTK portals (diff) | |
| download | dotfiles-6ef3a9f3a67593d2b68802534279017a21f38107.tar.gz dotfiles-6ef3a9f3a67593d2b68802534279017a21f38107.tar.xz | |
configuration.nix: Enable documention for all modules
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 22d73df..ceaad82 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,7 @@ in { man.enable = true; dev.enable = true; man.generateCaches = true; + nixos.includeAllModules = true; }; environment = { |
