aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2024-05-24fix(pkgs/update.sh): Ensure that the `nix flake update` check worksBenedikt Peetz
Previously it also checked `fupdate.sh` because it did not ensure that `update.sh` is the full name.
2024-05-24fix(pkgs/update.sh): Update to the new `by-name` conventionBenedikt Peetz
2024-05-24fix(pkgs/by-name/{tr,ya}): Move away from `crane.lib.${system}`Benedikt Peetz
It's deprecated.
2024-05-24style(treewide): ReformatBenedikt Peetz
2024-05-24fix(pkgs): Remove unneeded copied filesBenedikt Peetz
2024-05-24fix(pkgs/by-name/na/neorg): Adapt values to the `by-name` changeBenedikt Peetz
2024-05-24refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
2024-05-24feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
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.
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz