mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 14:02:54 +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,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
|
@ -43,6 +44,10 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = lib.mkIf config.programs.neovim.enable {
|
||||||
|
MANPAGER = "nvim +Man!";
|
||||||
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim" = {
|
xdg.configFile."nvim" = {
|
||||||
source = nvimConfig;
|
source = nvimConfig;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,8 @@
|
||||||
# Ghostty shell integration expects a resource directory; the Nix app
|
# Ghostty shell integration expects a resource directory; the Nix app
|
||||||
# bundle lives in the store instead of /Applications.
|
# bundle lives in the store instead of /Applications.
|
||||||
export GHOSTTY_RESOURCES_DIR="${pkgs.ghostty-bin}/Applications/Ghostty.app/Contents/Resources/ghostty"
|
export GHOSTTY_RESOURCES_DIR="${pkgs.ghostty-bin}/Applications/Ghostty.app/Contents/Resources/ghostty"
|
||||||
|
|
||||||
|
export MANPAGER="nvim +Man!"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
initContent = lib.mkMerge [
|
initContent = lib.mkMerge [
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ in {
|
||||||
diff-so-fancy
|
diff-so-fancy
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
git-lfs
|
git-lfs
|
||||||
|
goose
|
||||||
graphite
|
graphite
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
gwsPackage
|
gwsPackage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue