about summary refs log tree commit diff stats
path: root/pkgs (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/tskm/open/open_in_browser): Handle the no lock file caseBenedikt Peetz18 hours
|
* fix(pkgs/tskm/neorg): Make path in commit message relativeBenedikt Peetz20 hours
|
* fix(pkgs/tskm/neorg): Avoid trying to write into `/index.norg`Benedikt Peetz20 hours
|
* fix(pkgs/tskm/open): Don't hardfail on unknown lock IPBenedikt Peetz21 hours
|
* feat(pkgs/tskm): Support opening URLs (and correctly default)Benedikt Peetz42 hours
|
* chore(pkgs/tskm/neorg): Handle file operations correctlyBenedikt Peetz2 days
|
* chore(pkgs/tskm): Correctly allow missing panics_doc and errors docBenedikt Peetz2 days
|
* fix(pkgs/tskm/task): Make the verbosity selectableBenedikt Peetz2 days
|
* feat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt Peetz2 days
|
* fix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz4 days
|
* style(treewide): FormatBenedikt Peetz5 days
|
* fix(pkgs/tskm): Specify dependenciesBenedikt Peetz5 days
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz5 days
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* fix(pkgs/tskm): Add context to some errorsBenedikt Peetz5 days
|
* feat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz5 days
|
* fix(pkgs/tskm): Remove typosBenedikt Peetz5 days
|
* feat(pkgs/neorg): Rewrite in rustBenedikt Peetz5 days
| | | | | This improves upon neorg by integrating it better into the system context.
* fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz11 days
| | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build.
* build(treewide): UpdateBenedikt Peetz11 days
|
* refactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz11 days
| | | | I want to use nixpgks' list.
* refactor(pkgs/update-vim-plugins): RemoveBenedikt Peetz11 days
| | | | | Let's start using the nixpkgs infrastructure instead of this python application.
* refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): RemoveBenedikt Peetz11 days
| | | | I have not used one of these commands in the last 8 months.
* build(treewide): UpdateBenedikt Peetz2025-03-03
|
* build(pkgs/yt): UpdateBenedikt Peetz2025-02-22
|
* build(treewide): UpdateBenedikt Peetz2025-02-22
|
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz2025-02-03
|
* style(pkgs/update-vim-plugins): FormatBenedikt Peetz2025-02-02
|
* fix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram`Benedikt Peetz2025-02-02
|
* fix(pkgs/screenshot_persistent): Start lf floating and on the correct fileBenedikt Peetz2025-02-02
|
* refactor(pkgs/lock): Migrate away from `sysLib`Benedikt Peetz2025-02-02
|
* refactor(pkgs/screenshot_persistent): Migrate to `writeShellApplication`Benedikt Peetz2025-02-02
| | | | | `sysLib` is a good _framework_, but the overhead of the framework too much for such a simple shell script.
* build(treewide): UpdateBenedikt Peetz2025-02-02
|
* refactor(modules/river): Migrate to `by-name`Benedikt Peetz2025-02-02
| | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
* fix(pkgs/stamp): Ignore the `.git` directoryBenedikt Peetz2025-01-31
| | | | There should be no reason to ever stamp this directory.
* build(treewide): UpdateBenedikt Peetz2025-01-29
|
* build(treewide): UpdateBenedikt Peetz2025-01-06
|
* style(treewide): FormatBenedikt Peetz2024-12-30
|
* build(pkgs/default.nix): Stop trying to import moved libBenedikt Peetz2024-12-30
|
* build(treewide): UpdateBenedikt Peetz2024-12-30
| | | | | This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
* fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz2024-12-30
| | | | This allows me, to still benefit from upstream version updates.
* fix(pkgs/neorg/inputs): Improve git integration and bound reviewBenedikt Peetz2024-12-20
|
* fix(pkgs/neorg/inputs): Add git support and fix further bugsBenedikt Peetz2024-12-20
|
* feat(pkgs/neorg): Init `inputs` subcommandBenedikt Peetz2024-12-20
|
* refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz2024-12-20
| | | | This allows to share it with the server config.
* fix(pkgs/stamp): Streamline and update to work with reuse v5.0.xBenedikt Peetz2024-12-14
|
* build(pkgs/yt): 1.4 -> 1.4.1Benedikt Peetz2024-12-14
|
* refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz2024-12-14
|
* build(treewide): UpdateBenedikt Peetz2024-12-14
|
* build(treewide): UpdateBenedikt Peetz2024-12-01
|
* fix(pkgs/description): RemoveBenedikt Peetz2024-11-29
| | | | This functionality has been moved to the `yt` binary.