Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(legacy/wms/river): Ensure that `mpc` is available to river | Benedikt Peetz | 12 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 modules | Benedikt Peetz | 2024-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 Peetz | 2024-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. |