diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:06:47 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:06:47 -0500 |
commit | 6b791859c52d76f707fe7a6d8d2a293119f66a52 (patch) | |
tree | b366cd5280c1f4e6f7b594a4ef6d4ace8bad9ed7 | |
parent | 2e4752fd2608dba3d7bda6fd47ec8e7b2b928166 (diff) |
ikaruga: os: Add comment explaining what joycond is for.
-rw-r--r-- | ikaruga-os.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ikaruga-os.scm b/ikaruga-os.scm index eda7b3e..3920727 100644 --- a/ikaruga-os.scm +++ b/ikaruga-os.scm @@ -65,6 +65,7 @@ (services (modify-services (cons* (service gnome-desktop-service-type) (service bluetooth-service-type) (service thermald-service-type) + ;; For Nintendo Switch Pro controller (service joycond-service-type) (service cups-service-type (cups-configuration |