undo nix-doc changes

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-01 18:09:33 -04:00 committed by Alice Huston
parent df0ae523d1
commit 3b04ada007
2 changed files with 0 additions and 12 deletions

View File

@ -11,7 +11,6 @@
./polkit.nix ./polkit.nix
./pipewire.nix ./pipewire.nix
./fingerprint.nix ./fingerprint.nix
./nix-doc.nix
]; ];
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";

View File

@ -1,11 +0,0 @@
{ config, lib, pkgs, ... }:
{
nix.extraOptions = ''
plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so
'';
environment.systemPackages = with pkgs; [
nix-doc
];
}