aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/wms/river/res (unfollow)
Commit message (Collapse)Author
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2024-12-30fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz
This should probably be configurable, but right-now hardcoding works.
2024-12-30feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz
That program communicates with my keyboard and sets a Unicode character.
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.