aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2025-06-17pkgs/yt: 1.6.0 -> 1.6.1Benedikt Peetz
2025-06-16pkgs/yt: v1.5.0 -> v1.6.0Benedikt Peetz
2025-06-16treewide: UpdateBenedikt Peetz
2025-06-11pkgs/tskm/.envrc: Add the build tskm to the pathBenedikt Peetz
That makes debugging easier.
2025-06-11pkgs/tskm/open: Make the session reading code more error tolerantBenedikt Peetz
I have no idea, why qutebrowser sometimes skips writing these values. But as it does so, we must fill them in with reasonable defaults.
2025-06-11pkgs/tskm/open: Define the default tab as an empty tabBenedikt Peetz
Otherwise, one could not save a session at all, as qutebrowser will always open at least the default tab.
2025-06-11pkgs/tskm/open: Allow opening multiple URLs at a timeBenedikt Peetz
2025-06-11pkgs/tskm/neorg/task: Already fill in the `TITLE` placeholderBenedikt Peetz
2025-06-11pkgs/tskm/inputs/tags: InitBenedikt Peetz
This makes it possible to see the already used tabs.
2025-06-11pkgs/tskm/open/list-tabs: All listing based on empty/non-empty and more than ↵Benedikt Peetz
one project
2025-06-11pkgs/tskm/open/review: All reviewing all non-empty projectsBenedikt Peetz
2025-06-11pkgs/tskm/neorg/task: Correctly call the id argument “task”Benedikt Peetz
2025-06-11pkgs/tskm: Port to qutebrowserBenedikt Peetz
2025-06-07pkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz
2025-06-07pkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt Peetz
2025-06-06pkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz
2025-06-06pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz
2025-06-06{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz
2025-06-06pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz
2025-06-06treewide: UpdateBenedikt Peetz
2025-06-06pkgs/generate_moz_extension: DropBenedikt Peetz
This is no longer needed, as I have moved away from firefox.
2025-06-02pkgs/tskm/cli::input::file: Support adding default tags to file importBenedikt Peetz
2025-06-02pkgs/tskm/input/handle: Use types to contain parsing and dry codeBenedikt Peetz
2025-06-02pkgs/tskm: Format with latest rustfmtBenedikt Peetz
2025-06-02pkgs/tskm: Remove unused featuresBenedikt Peetz
2025-05-30pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz
`Command::spawn` will continue to run the command even if the parent exits (e.g., due to CTRL+C). This is not ideal, so we replace it with `Command::status`.
2025-05-30modules/river: Move the `river-start` package into the moduleBenedikt Peetz
The package was already tied to the module (via the log file path) and as such should be in the module directory.
2025-05-30modules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz
Having them as separate packages was just not necessary.
2025-05-30treewide: UpdateBenedikt Peetz
This also contains a bump to 25.05.
2025-05-30pkgs/yambar-modules: DropBenedikt Peetz
I migrated away from yambar, and i3status-rust provides a batter alternative for these anyways.
2025-05-20pkgs/{i3bar-river,i3status-rust}: InitBenedikt Peetz
2025-05-20pkgs/mpp: Keep meta attributes like `mainProgram`Benedikt Peetz
2025-05-16pkgs/default.nix: Migrate to the package argumentsBenedikt Peetz
2025-05-16pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz
This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
2025-05-16treewide: UpdateBenedikt Peetz
2025-05-16pkgs/fupdate-flake: Actually pass arguments to the update scriptBenedikt Peetz
2025-05-16pkgs/stamp: Add `coreutils` dependencyBenedikt Peetz
This is needed for the `cat` in `help`.
2025-05-05pkgs/mpp: Avoid unbound variable errorBenedikt Peetz
2025-05-04pkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
2025-05-04pkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
2025-05-04pkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
2025-04-30pkgs/snap-sync-forked: DropBenedikt Peetz
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
2025-04-27pkgs/lf-make-map: Correctly insert a child after a tiebreakBenedikt Peetz
2025-04-27pkgs/lf-make-map/tests: Add a test for child insertionBenedikt Peetz
2025-04-27pkgs/lf-make-map/tests: Make tests modularBenedikt Peetz
2025-04-27pkgs/lf-make-map: Add copyright headersBenedikt Peetz
2025-04-27pkgs/lf-make-map: Add a basic regression testBenedikt Peetz
2025-04-27pkgs/lf-make-map: Use trinitrix's keymaps libraryBenedikt Peetz
The library was largely modelled after the previously used `MappingTrie`. Thus using that results in code deduplication.
2025-04-27pkgs/lf-make-map: Reduce flake to a simple dev shellBenedikt Peetz
More is not needed.
2025-04-27pkgs/fd_list: InitBenedikt Peetz