diff --git a/specific/desktop/home-manager.nix b/specific/desktop/home-manager.nix index 953fadb..c540040 100644 --- a/specific/desktop/home-manager.nix +++ b/specific/desktop/home-manager.nix @@ -27,6 +27,7 @@ home.sessionVariables = { EDITOR = "nvim"; + MANPAGER = "nvim +Man!"; }; home.file = { diff --git a/specific/laptop/home-manager.nix b/specific/laptop/home-manager.nix index ab8033b..59cd896 100644 --- a/specific/laptop/home-manager.nix +++ b/specific/laptop/home-manager.nix @@ -26,6 +26,7 @@ home.sessionVariables = { EDITOR = "nvim"; + MANPAGER = "nvim +Man!"; }; home.file = {