From 8f70e53c618e7efb0c88f154e0e3b0bd0c5dcdbc Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 30 Jul 2025 17:04:54 +0300 Subject: [PATCH] enable paperless --- hosts/pochita/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 688920a..2d31424 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -29,9 +29,9 @@ services.wanikani-fetch-data.enable = true; # paperless is giving an error - # services.paperless = { - # enable = true; - # }; + services.paperless = { + enable = true; + }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method