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