summaryrefslogtreecommitdiff
path: root/hosts/tomato
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-04 09:23:52 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-07-04 09:23:52 -0500
commitce393fb81e668d1e3da037796ccdfac55628648d (patch)
treeea88dcee3e5b8b66f094a01733ef64484e3c0723 /hosts/tomato
parent936c8fa32251585f5dff4bbb44a764540f0411ff (diff)
downloadnixos-config-ce393fb81e668d1e3da037796ccdfac55628648d.tar.gz
nixos-config-ce393fb81e668d1e3da037796ccdfac55628648d.zip
hosts/tomato: Enable JoyconD
Diffstat (limited to 'hosts/tomato')
-rw-r--r--hosts/tomato/default.nix2
1 files changed, 2 insertions, 0 deletions
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;