diff options
author | stuebinm | 2023-03-05 22:48:26 +0100 |
---|---|---|
committer | stuebinm | 2023-03-05 22:48:26 +0100 |
commit | 5d3778b79734a3c47e955fbb863a55b0513d4780 (patch) | |
tree | b7a16efef38c81f8779cc7777add9a4ed8300447 | |
parent | b0e2f93482aaa365625ea31031433182e94c4ebf (diff) |
home: add nix-doc
-rw-r--r-- | common/desktop.nix | 3 | ||||
-rw-r--r-- | home/packages.nix | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index f66c349..c97b3b9 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -6,8 +6,8 @@ ]; nix.extraOptions = '' - netrc-file = /home/stuebinm/Dokumente/.netrc experimental-features = nix-command flakes + plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so ''; # for haskell.nix compilers @@ -18,7 +18,6 @@ # "https://hydra.iohk.io" # ]; - # Enable CUPS to print documents. services.printing = { enable = true; diff --git a/home/packages.nix b/home/packages.nix index 12b93a5..24729c5 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -62,7 +62,7 @@ in gcc cachix julia_16-bin python39 # nix things nixfmt niv inputs.deploy-rs.defaultPackage.${system} - haskellPackages.nix-serve-ng + haskellPackages.nix-serve-ng nix-doc # other things mercurial # isabelle |