about summary refs log tree commit diff stats
path: root/modules/home.legacy/wms (follow)
Commit message (Collapse)AuthorAge
* fix(legacy/wms/river): Ensure that `mpc` is available to riverBenedikt Peetz12 days
| | | | | There is currently no way to tell river where the `mpc` executable is, thus requiring it to be present in the `$PATH`.
* fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz2024-10-18
| | | | | This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
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.