From 8375809485e14579db00c51672513ad7af81de8c Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] nix: change programs.man.enable to documentation.man.enable --- modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index 9ec7f00..a44f958 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -23,7 +23,7 @@ ]; programs.tmux.enable = true; - programs.man.enable = true; + documentation.man.enable = true; programs.nh = { enable = true;