From ce393fb81e668d1e3da037796ccdfac55628648d Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 4 Jul 2025 09:23:52 -0500 Subject: hosts/tomato: Enable JoyconD --- hosts/tomato/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index f30cbb8..16c5ac5 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -26,6 +26,8 @@ services.fprintd.enable = true; + services.joycond.enable = true; + this.hosts = { lan.home = true; mine = true; -- cgit v1.2.3