diff options
author | stuebinm | 2024-05-13 19:38:44 +0200 |
---|---|---|
committer | stuebinm | 2024-05-13 19:38:44 +0200 |
commit | ab102721c34e1b2f2ec5f95363808f91441188a3 (patch) | |
tree | 655ed21b562aadaec65c499ae20e208b5c16c623 /common | |
parent | 5f419864b011eead8d9dc78cefe724d1a97158b7 (diff) |
tweaks
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index f80d26c..5d3bcf5 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -5,10 +5,6 @@ ./common.nix ]; - # nix.extraOptions = '' - # plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so - # ''; - # Enable CUPS to print documents. services.printing = { enable = true; |