summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2023-03-05 22:48:26 +0100
committerstuebinm2023-03-05 22:48:26 +0100
commit5d3778b79734a3c47e955fbb863a55b0513d4780 (patch)
treeb7a16efef38c81f8779cc7777add9a4ed8300447 /common
parentb0e2f93482aaa365625ea31031433182e94c4ebf (diff)
home: add nix-doc
Diffstat (limited to 'common')
-rw-r--r--common/desktop.nix3
1 files changed, 1 insertions, 2 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;