| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 12 hours | pkgs/mpppom/play_counts: Add a comment regarding the recording of skip percHEADprime | Benedikt Peetz | |
| 12 hours | pkgs/mpppom/dj: Shuffle the neg/neu/pos vectors | Benedikt Peetz | |
| Otherwise, every start would start with the same songs again, only changing if songs get removed from neg or neu. This is obviously not ideal, because we are now no longer honouring high weight factors (as the pos vector gets shuffled). But save a complete rewrite of the algorithm I don't really see a better approach. | |||
| 12 hours | pkgs/mpppom: Use the new pre-cache direnv system | Benedikt Peetz | |
| 11 days | pkgs/direnv-patched: Run pre* and post* hooks | Benedikt Peetz | |
| The `postInstall` hook for example removes the default fish hook installed in `share`. | |||
| 11 days | pkgs/fish-patched: Don't override `postPatch` | Benedikt Peetz | |
| This phase is actually _really_ important for the fish package, as it includes the code, so that fish sources the global env variables. | |||
| 12 days | pkgs/fish-patched: Improve performance and reduce stutters | Benedikt Peetz | |
| 13 days | pkgs/fish-patched: Add history id patch | Benedikt Peetz | |
| 13 days | pkgs/fish-patched: Update | Benedikt Peetz | |
| 13 days | treewide: Update | Benedikt Peetz | |
| 13 days | modules/fish: Init | Benedikt Peetz | |
| 2026-08-19 | treewide: Switch to bare unflake | Benedikt Peetz | |
| There was no real reason to still have `npins` around. I just kept it because of historical reasons. | |||
| 2026-08-17 | pkgs/tails-iso: Use new signing key? | Benedikt Peetz | |
| The signing key has changed, without them actually posting about it or otherwise explaining the change? I'm not so happy about it, but I guess it's fine? | |||
| 2026-08-17 | modules/direnv: Implement pre-cached devshells | Benedikt Peetz | |
| That means, that the devshells are only build once and centrally updated. Ideally, they would be built upon system update, but I haven't figured out a way to run `nix print-dev-env` in a nix build sandbox yet (and hope, that it's not necessary anymore once, that functionality moves to nixpkgs' `mkShell`). | |||
| 2026-08-17 | treewide: Update | Benedikt Peetz | |
| 2026-08-14 | pkgs/tails-iso/update.sh: Use correct path to this package | Benedikt Peetz | |
| 2026-08-14 | treewide: Update | Benedikt Peetz | |
| 2026-07-25 | pkgs/tails-iso: Remove pointless treesitter comment | Benedikt Peetz | |
| 2026-07-25 | pkgs/tails-iso/update.sh: Don't assume that the `files.json` file exists | Benedikt Peetz | |
| 2026-07-25 | treewide: Update | Benedikt Peetz | |
| 2026-07-20 | pkgs/notify-run: Actually pass through stdout/stderr | Benedikt Peetz | |
| Before it would only write these at command exit time, no so good for debugging. | |||
| 2026-07-20 | treewide: Update | Benedikt Peetz | |
| 2026-07-17 | pkgs/sw: Build nix packages before swallowing | Benedikt Peetz | |
| 2026-07-16 | pkgs/sw: Support a nix specific swallow mode | Benedikt Peetz | |
| 2026-07-16 | pkgs/swallow: Rename to `sw` | Benedikt Peetz | |
| That's easier to type | |||
| 2026-07-10 | pkgs/swallow: Make sure to always `throwup` | Benedikt Peetz | |
| 2026-07-06 | modules/river/keymap: Toggle the systemd service for i3bar-river for restarts | Benedikt Peetz | |
| Using the built-in version via signals kinda just fails to show i3bar-river again, if it has been hidden for a longer time. | |||
| 2026-07-01 | pkgs/git-cgit: Correctly specify the ssh dependency | Benedikt Peetz | |
| 2026-07-01 | pkgs/git-cgit: Init | Benedikt Peetz | |
| 2026-07-01 | treewide: Update | Benedikt Peetz | |
| 2026-07-01 | pkgs/qutebrowser: Stop recompiling pyqt6 | Benedikt Peetz | |
| 2026-06-27 | pkgs/hibernate: Make sure, that swayidle is actually active | Benedikt Peetz | |
| 2026-06-21 | pkgs/lf-make-map: Improve error message | Benedikt Peetz | |
| 2026-06-13 | pkgs/tails-iso/update.sh: Don't re-download when the version didn't change | Benedikt Peetz | |
| 2026-06-13 | treewide: Update | Benedikt Peetz | |
| 2026-06-08 | {modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=` | Benedikt Peetz | |
| 2026-06-08 | pkgs/tails-iso: Add update script | Benedikt Peetz | |
| 2026-06-08 | modules/boot/iso_entry: Move the iso package to pkgs and update | Benedikt Peetz | |
| 2026-06-03 | pkgs/lf-make-map: Account for an `Enter` without having a value set | Benedikt Peetz | |
| 2026-06-03 | pkgs/lf-make-map: Print the interactive selection mode to stderr | Benedikt Peetz | |
| Printing it to stdout is obviously nonsense (e.g. This breaks: `cd "$(lf-make-map interactive ~/*)"`). | |||
| 2026-06-03 | pkgs/con2pdf: Remove from system closure | Benedikt Peetz | |
| This script depends on the deprecated shell-library, and as such was unusable for over a year. It's time to remove it from the closure. | |||
| 2026-06-03 | {pkgs/{lf-make-map,river-mk-keymap},flake}: Update | Benedikt Peetz | |
| 2026-06-03 | pkgs/mpdpopm: Upgrade rand and lalrpop to breaking version | Benedikt Peetz | |
| 2026-06-03 | pkgs/tskm: Update `taskchampion` to 3.x | Benedikt Peetz | |
| 2026-06-03 | pkgs/*/update.sh: Perform more through cargo updates | Benedikt Peetz | |
| 2026-06-02 | pkgs/lf-make-map: Special case dot-directories | Benedikt Peetz | |
| That makes the mappings for `~/.config` or `~/.local` more accessible. | |||
| 2026-06-02 | pkgs/lf-make-map: Implement an interactive mode | Benedikt Peetz | |
| This mode effectively replaces the display lf gives you for mappings. | |||
| 2026-06-02 | pkgs/*/flake.nix: Actually instantiate `nixpkgs` instead of just loading | Benedikt Peetz | |
| 2026-05-30 | pkgs/fupdates-sys: Remove cppnix dependency | Benedikt Peetz | |
| 2026-05-29 | treewide: Remove unneeded dependencies | Benedikt Peetz | |
| This shaves off around 1.2 GB from the system closure. | |||
| 2026-05-28 | pkgs/{fupdate,lf-make-map,mpdpopm,river-mk-keymap,tskm}: Update | Benedikt Peetz | |
