about summary refs log tree commit diff stats
path: root/pkgs (follow)
Commit message (Collapse)AuthorAge
* refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz2024-05-24
| | | | | Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
* feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz2024-05-24
|
* refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
| | | | | | This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.
* refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz2024-05-20