aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2024-08-11fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz
This avoids shadowing the original `mpc rm` command
2024-08-11feat(home/beets): Init the xtractor pluginBenedikt Peetz
2024-08-10fix(pkgs/mpc): Update the new music handling systemBenedikt Peetz
2024-08-09fix(pkgs/lyrics): Make the music dir configurableBenedikt Peetz
2024-08-02build(treewide): UpdateBenedikt Peetz
2024-07-13chore(treewide): Add a shebang to each `.envrc`Benedikt Peetz
2024-07-13build(treewide): UpdateBenedikt Peetz
2024-07-05build(treewide): UpdateBenedikt Peetz
2024-06-19fix(pkgs/brightness): Remove unneeded variable assignmentBenedikt Peetz
2024-06-17style(pkgs/brightness): FormatBenedikt Peetz
2024-06-17build(treewide): UpdateBenedikt Peetz
2024-06-15build(treewide): UpdateBenedikt Peetz
2024-06-01fix(pkgs/brightness): Greatly improve the UXBenedikt Peetz
2024-06-01fix(pkgs/brightness): Actually change somethingBenedikt Peetz
2024-06-01fix(pkgs/brightness): Act on the correct backlight pathBenedikt Peetz
2024-06-01fix(pkgs/git-cleanup): Don't quote the branchesBenedikt Peetz
`git` cannot handle the branch names as single argument.
2024-05-25fix(pkgs/git-cm): Ensure that the command is correctly namedBenedikt Peetz
2024-05-25fix(pkgs/git-cleanup): Add `ssh` as a dependencyBenedikt Peetz
Git requires `ssh` to perform the operations on the remote over ssh.
2024-05-25fix(pkgs/yambar-{cpu,memory}): Specify correct mainProgramBenedikt Peetz
2024-05-25chore(version): v1.38.0Benedikt Peetz
2024-05-25docs(pkgs): Add TODO regarding the lack of source filteringBenedikt 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-25style(treewide): FormatBenedikt Peetz
2024-05-25fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz
`nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably).
2024-05-25fix(pkgs/by-name/ya/yambar-{memory,cpu}): Add devshellBenedikt Peetz
2024-05-25build(treewide): UpdateBenedikt Peetz
2024-05-24fix(update.sh): Use more descriptive names for the toplevel update.sh scriptsBenedikt Peetz
2024-05-24feat(pkgs/update.sh): Notify the user about the run update scriptsBenedikt Peetz
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