opendeck-nix #337
Kitt3120
started this conversation in
Show and tell
Replies: 1 comment 2 replies
|
I could look into macOS support; I use a MacBook when I’m not at my PC. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
For the NixOS users, I made a flake that exposes a derivation and module to easily install OpenDeck onto your system. With the module imported, you can set
programs.opendeck.enable = true;and enjoy OpenDeck. It's not the best implementation, but it's good enough for now, and I give a lot of detail about the decisions in the repo's README.I'd love feedback or even PRs if you have some ideas to improve this.
If you have macOS hardware, you could help me add macOS support. I don't have hardware, so I can't test which libraries are needed on macOS.
Enjoy! https://github.com/Kitt3120/opendeck-nix
All reactions