aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/pkgs (unfollow)
Commit message (Collapse)Author
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.
2024-08-23feat(pkgs/stamp): InitBenedikt Peetz
2024-08-21feat(pkgs/lm): Init and use in pkgsBenedikt Peetz
2024-08-11fix(home/pkgs/{mpc-beetsrm, mpc-searchadd}): Propagate the overriden beets ↵Benedikt Peetz
package These packages need to use beets and should thus use the same beets package as the internal module. This ensures, that plugins are available.
2024-08-11fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz
This avoids shadowing the original `mpc rm` command
2024-08-10fix(home/pkgs): Use new mpc wrappersBenedikt Peetz
2024-08-09fix(pkgs/lyrics): Make the music dir configurableBenedikt Peetz
2024-08-09feat(home/pkgs): Add `jq` to the default packagesBenedikt Peetz
2024-05-25feat(pkgs): Add a `git-cleanup` scriptBenedikt Peetz
2024-05-25refactor(git/scripts): Upgrade `git-cm` to a 'real' packageBenedikt Peetz
2024-05-24fix(modules/home/pkgs/brightness): Only include on laptopsBenedikt Peetz
2024-05-24fix(modules/home): Use the canonical package name from `by-name`Benedikt Peetz
2024-05-23refactor(modules/home/pkgs): Readd whilst using the new `pkgs`Benedikt Peetz