diff options
author | EuAndreh <eu@euandre.org> | 2023-09-05 09:00:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-05 09:00:11 -0300 |
commit | 35f369b31b28fed7a62bad30f32fb86f2bda9197 (patch) | |
tree | f70c49a25d5755203f054137beff1c1457b41c9c | |
parent | etc/nix/configuration.nix: Add "arduino" package (diff) | |
download | dotfiles-35f369b31b28fed7a62bad30f32fb86f2bda9197.tar.gz dotfiles-35f369b31b28fed7a62bad30f32fb86f2bda9197.tar.xz |
etc/nix/configuration.nix: Enable documentation.man with cache
-rw-r--r-- | etc/nix/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 7511825..ff07671 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -90,6 +90,11 @@ ]; }; + documentation.man = { + enable = true; + generateCaches = true; + }; + services = { upower.enable = true; fprintd.enable = true; |