diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-04 09:23:52 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-04 09:23:52 -0500 |
commit | ce393fb81e668d1e3da037796ccdfac55628648d (patch) | |
tree | ea88dcee3e5b8b66f094a01733ef64484e3c0723 | |
parent | 936c8fa32251585f5dff4bbb44a764540f0411ff (diff) | |
download | nixos-config-ce393fb81e668d1e3da037796ccdfac55628648d.tar.gz nixos-config-ce393fb81e668d1e3da037796ccdfac55628648d.zip |
hosts/tomato: Enable JoyconD
-rw-r--r-- | hosts/tomato/default.nix | 2 |
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; |