aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/wms (unfollow)
Commit message (Collapse)Author
2024-11-16fix(legacy/wms/river): Ensure that `mpc` is available to riverBenedikt Peetz
There is currently no way to tell river where the `mpc` executable is, thus requiring it to be present in the `$PATH`.
2024-10-18fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz
This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
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.