Peter Hoeg

Results 211 comments of Peter Hoeg

Haven't had time, sorry.

I tried the following: 1. Configured the keyboard using the windows software on machine 1 2. Plugged it into a different Windows machine 3. Opened the driver for configuration On...

The full nix expressions is here: https://gist.github.com/peterhoeg/af34a63cd5c4a259a783e8764f637770

> If we can fix the cmake to correctly work in the NixOS env, I'd rather do > that than use a script to edit the cmake config I'm 100%...

I'm not a cmake guru at all, but I guess that ```find_library``` uses ```pkgconfig``` to locate the include files.

It isn't directly compilable - if you refer to #1, you see the modified ```CMakeLists.txt``` I use.

Ideally we split up the config (the rc file) and cache data (oauth2 and actual cache) and stick them into ```$XDG_CONFIG_DIR``` and ```$XDG_CACHE_DIR``` respectfully. Those variables are exactly for that...

Thanks for the pointer @bkchr and that does indeed solve the flycheck issue but it is a workaround specific to flycheck and a proper fix for direnv would be very...

In case any of you are using this with spacemacs, the trick to get everything to pay nice was to modify ```dotspacemacs/user-env``` from: ```(spacemacs/load-spacemacs-env)``` to ``` (require 'dotenv) (dotenv-update-environment) ```...