diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 3 |
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; |