add man pages and nix fmt
This commit is contained in:
parent
38e6ccf9c1
commit
0c749f2d3c
3 changed files with 23 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../tmux.nix
|
||||
|
@ -12,4 +12,11 @@
|
|||
xdg.configFile = {
|
||||
nvim.source = ../nvim;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
man-pages
|
||||
man-pages-posix
|
||||
man
|
||||
man-db
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue