feat(apps): add "ida" and enable documentation in NixOS config
This commit is contained in:
7
nixos/documentation.nix
Normal file
7
nixos/documentation.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{...}: {
|
||||
documentation.enable = true;
|
||||
documentation.man.enable = true;
|
||||
documentation.dev.enable = true;
|
||||
documentation.doc.enable = true;
|
||||
documentation.nixos.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user