mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
man pages
This commit is contained in:
parent
570dae7cf2
commit
7e700e5b1b
3 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
|
@ -43,6 +44,10 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf config.programs.neovim.enable {
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim" = {
|
||||
source = nvimConfig;
|
||||
recursive = true;
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@
|
|||
# Ghostty shell integration expects a resource directory; the Nix app
|
||||
# bundle lives in the store instead of /Applications.
|
||||
export GHOSTTY_RESOURCES_DIR="${pkgs.ghostty-bin}/Applications/Ghostty.app/Contents/Resources/ghostty"
|
||||
|
||||
export MANPAGER="nvim +Man!"
|
||||
'';
|
||||
|
||||
initContent = lib.mkMerge [
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ in {
|
|||
diff-so-fancy
|
||||
git-filter-repo
|
||||
git-lfs
|
||||
goose
|
||||
graphite
|
||||
google-cloud-sdk
|
||||
gwsPackage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue