mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
documentation: separated into new file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
documentation.man.generateCaches = true; # used for the man script
|
||||
|
||||
environment.pathsToLink = [ # see https://wiki.nixos.org/wiki/Documentation_Gaps#How_do_manpages_work?_Or:_environment.pathsToLink_and_buildEnv
|
||||
"/share/applications"
|
||||
"/share/xdg-desktop-portal"
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.manix
|
||||
(pkgs.callPackage ../../modules/scripts/manix.nix {}) # fzf manix searcher
|
||||
(pkgs.callPackage ../../modules/scripts/man.nix {}) # fzf man searcher
|
||||
];
|
||||
}
|
||||
@@ -27,7 +27,6 @@
|
||||
nixfmt-tree
|
||||
treefmt
|
||||
nixd
|
||||
manix
|
||||
deadnix
|
||||
alejandra
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user