aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2025-12-09treewide: Give tempfiles descriptive namesBenedikt Peetz
This makes it easier to see, where each tempfile comes from.
2025-12-04pkgs/notify-run: Append the name of the spawned command before printingBenedikt Peetz
2025-12-04pkgs/notify-run: Actually provide the `makeWrapper` command to the builderBenedikt Peetz
2025-12-03pkgs/notify-run: Actually provide `notify-send` to the binaryBenedikt Peetz
2025-11-30pkgs/notify-run: Allow spawning commands without argumentsBenedikt Peetz
2025-11-30pkgs/yt: 1.8.0 -> 1.9.0Benedikt Peetz
2025-11-30treewide: UpdateBenedikt Peetz
2025-11-29modules/river/keymap: Send a notification, when spawning a command failsBenedikt Peetz
2025-11-29pkgs/notify-run: InitBenedikt Peetz
2025-11-10treewide: UpdateBenedikt Peetz
2025-10-20pkgs/fupdate-flake: Remove `batgrep` dependencyBenedikt Peetz
The test suite of `batgrep` no longer works, and this dependency is not really important anyways.
2025-10-20treewide: UpdateBenedikt Peetz
2025-09-24treewide: UpdateBenedikt Peetz
2025-09-02treewide: Remove `with pkgs;`Benedikt Peetz
This is an antipattern and makes grepping for specific packages harder.
2025-09-02treewide: UpdateBenedikt Peetz
2025-08-23pkgs/mk-river-keymap: Correctly translate `Track{Next,Previous}` to libxkbBenedikt Peetz
2025-08-22treewide: UpdateBenedikt Peetz
2025-08-11treewide: UpdateBenedikt Peetz
2025-07-24treewide: UpdateBenedikt Peetz
2025-07-24pkgs/yt: 1.7.1 -> 1.8.0Benedikt Peetz
2025-07-24pkgs/i3status-rust: Inline the patchesBenedikt Peetz
The github patches seem to change their hash from time to time?
2025-07-20pkgs/tskm: Support raw paths in place of URLsBenedikt Peetz
Otherwise, using `tskm` as an URL opener might fail (e.g., as `xdg-open /some/path`, would still invoke it).
2025-07-06pkgs/tskm/browser/open: Don't fail on stale qutebrowser ipc socketsBenedikt Peetz
2025-07-04treewide: UpdateBenedikt Peetz
2025-07-04pkgs/i3bar-river: Update version to include a fixBenedikt Peetz
2025-07-01treewide: UpdateBenedikt Peetz
2025-07-01{modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz
Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
2025-06-29treewide: UpdateBenedikt Peetz
2025-06-29{modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz
That just avoids the visual clutter, caused by the nix store paths.
2025-06-29pkgs/river-mk-keymap: Don't emit duplicate key mappingsBenedikt Peetz
Ideally, the key mapping generation code would not produce duplicates in the first place, but sorting them out is also okay (considering the rather low number of key mappings.)
2025-06-29pkgs/river-mk-keymap: Support a dry-run modeBenedikt Peetz
This can be used to check that the keymap.json file is valid, before deploying it.
2025-06-29pkgs/river-mk-keymap: Improve with key-chord support and which-key interfaceBenedikt Peetz
2025-06-28pkgs/i3bar-river-patched: Base on my branch and rebase the block in middle patchBenedikt Peetz
This should avoid having to update both of the patches in the future, as the pull request patch fetch is not stable, and changes if I push something new to the pr.
2025-06-28pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patchBenedikt Peetz
Nixpgks unstable has rustc-1.87.
2025-06-28pkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz
2025-06-24pkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz
2025-06-24pkgs/yt: Add missing mold dependencyBenedikt Peetz
2025-06-24pkgs/yt: 1.6.1 -> 1.7.0Benedikt Peetz
2025-06-24treewide: UpdateBenedikt Peetz
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