updating traefik and others
This commit is contained in:
parent
649f32545a
commit
1b8687a703
16 changed files with 252 additions and 10 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./packages.nix
|
||||
./users.nix
|
||||
./locale.nix
|
||||
./documentation.nix
|
||||
../../common/style/stylix.nix
|
||||
];
|
||||
#
|
||||
|
|
|
|||
18
common/nixos/documentation.nix
Normal file
18
common/nixos/documentation.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.man-pages
|
||||
pkgs.man-pages-posix
|
||||
];
|
||||
documentation = {
|
||||
dev.enable = true;
|
||||
man = {
|
||||
man-db.enable = false;
|
||||
mandoc.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
MANPAGER = "sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue