aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name (unfollow)
Commit message (Collapse)Author
25 hourspkgs/fupdate-sys: Select new generation as oneshot defaultBenedikt Peetz
25 hourspkgs/mpppom/play_counts: Add a comment regarding the recording of skip percBenedikt Peetz
25 hourspkgs/mpppom/dj: Shuffle the neg/neu/pos vectorsBenedikt 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.
25 hourspkgs/mpppom: Use the new pre-cache direnv systemBenedikt Peetz
12 dayspkgs/direnv-patched: Run pre* and post* hooksBenedikt Peetz
The `postInstall` hook for example removes the default fish hook installed in `share`.
12 dayspkgs/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.
13 dayspkgs/fish-patched: Improve performance and reduce stuttersBenedikt Peetz
14 dayspkgs/fish-patched: Add history id patchBenedikt Peetz
14 dayspkgs/fish-patched: UpdateBenedikt Peetz
14 daystreewide: UpdateBenedikt Peetz
14 daysmodules/fish: InitBenedikt Peetz
2026-08-19treewide: Switch to bare unflakeBenedikt Peetz
There was no real reason to still have `npins` around. I just kept it because of historical reasons.
2026-08-17pkgs/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-17modules/direnv: Implement pre-cached devshellsBenedikt 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-17treewide: UpdateBenedikt Peetz
2026-08-14pkgs/tails-iso/update.sh: Use correct path to this packageBenedikt Peetz
2026-08-14treewide: UpdateBenedikt Peetz
2026-07-25pkgs/tails-iso: Remove pointless treesitter commentBenedikt Peetz
2026-07-25pkgs/tails-iso/update.sh: Don't assume that the `files.json` file existsBenedikt Peetz
2026-07-25treewide: UpdateBenedikt Peetz
2026-07-20pkgs/notify-run: Actually pass through stdout/stderrBenedikt Peetz
Before it would only write these at command exit time, no so good for debugging.
2026-07-20treewide: UpdateBenedikt Peetz
2026-07-17pkgs/sw: Build nix packages before swallowingBenedikt Peetz
2026-07-16pkgs/sw: Support a nix specific swallow modeBenedikt Peetz
2026-07-16pkgs/swallow: Rename to `sw`Benedikt Peetz
That's easier to type
2026-07-10pkgs/swallow: Make sure to always `throwup`Benedikt Peetz
2026-07-06modules/river/keymap: Toggle the systemd service for i3bar-river for restartsBenedikt 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-01pkgs/git-cgit: Correctly specify the ssh dependencyBenedikt Peetz
2026-07-01pkgs/git-cgit: InitBenedikt Peetz
2026-07-01treewide: UpdateBenedikt Peetz
2026-07-01pkgs/qutebrowser: Stop recompiling pyqt6Benedikt Peetz
2026-06-27pkgs/hibernate: Make sure, that swayidle is actually activeBenedikt Peetz
2026-06-21pkgs/lf-make-map: Improve error messageBenedikt Peetz
2026-06-13pkgs/tails-iso/update.sh: Don't re-download when the version didn't changeBenedikt Peetz
2026-06-13treewide: UpdateBenedikt Peetz
2026-06-08{modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=`Benedikt Peetz
2026-06-08pkgs/tails-iso: Add update scriptBenedikt Peetz
2026-06-08modules/boot/iso_entry: Move the iso package to pkgs and updateBenedikt Peetz
2026-06-03pkgs/lf-make-map: Account for an `Enter` without having a value setBenedikt Peetz
2026-06-03pkgs/lf-make-map: Print the interactive selection mode to stderrBenedikt Peetz
Printing it to stdout is obviously nonsense (e.g. This breaks: `cd "$(lf-make-map interactive ~/*)"`).
2026-06-03pkgs/con2pdf: Remove from system closureBenedikt 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}: UpdateBenedikt Peetz
2026-06-03pkgs/mpdpopm: Upgrade rand and lalrpop to breaking versionBenedikt Peetz
2026-06-03pkgs/tskm: Update `taskchampion` to 3.xBenedikt Peetz
2026-06-03pkgs/*/update.sh: Perform more through cargo updatesBenedikt Peetz
2026-06-02pkgs/lf-make-map: Special case dot-directoriesBenedikt Peetz
That makes the mappings for `~/.config` or `~/.local` more accessible.
2026-06-02pkgs/lf-make-map: Implement an interactive modeBenedikt Peetz
This mode effectively replaces the display lf gives you for mappings.
2026-06-02pkgs/*/flake.nix: Actually instantiate `nixpkgs` instead of just loadingBenedikt Peetz
2026-05-30pkgs/fupdates-sys: Remove cppnix dependencyBenedikt Peetz
2026-05-29treewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.