From af4eab300036e90521f4b5a9faa7cff728804724 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 30 Oct 2025 09:09:15 +0000 Subject: [PATCH] qol(arrpc): disabled --- nix/hosts/doloro/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index e533519..3d6a57d 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -51,9 +51,9 @@ program = "pinentry-qt"; }; }; - arrpc = { - enable = true; - }; + # arrpc = { + # enable = true; + # }; }; xdg.mimeApps.enable = true;