aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* modules/nix: ModularizeBenedikt Peetz11 hours
|
* modules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz11 hours
| | | | This fully removes cppnix from my whole closure.
* pkgs/fupdates-sys: Remove cppnix dependencyBenedikt Peetz11 hours
|
* modules/locale: Add frenchBenedikt Peetz25 hours
|
* modules/common/unison: Also avoid trying to synchronize socketsBenedikt Peetz34 hours
|
* modules/common/unison: Also syncronize the deerix and beets.old directoryBenedikt Peetz35 hours
| | | | | The wonders of flac to opus conversion reduced the file sizes considerably. Thus, synchronizing is possible.
* inputs.nix: Rename `qmk_layout` to `qmk_firmware`Benedikt Peetz37 hours
| | | | The consumer code expects this name.
* scripts/why-depends: Support limiting the search to precises namesBenedikt Peetz48 hours
|
* treewide: Remove unneeded dependenciesBenedikt Peetz48 hours
| | | | This shaves off around 1.2 GB from the system closure.
* scripts/why-depends: Correctly parse command line argumentsBenedikt Peetz2 days
|
* update.sh: Exit, when an update command failsBenedikt Peetz2 days
|
* inputs.nix: Switch to `nixos-unstable-small`Benedikt Peetz2 days
| | | | | | There is a bug in the import-cargo-lock fetcher, that makes building my system impossible on `nixos-unstable`. The `-small` variant already has the fix.
* modules/foot: InitBenedikt Peetz2 days
|
* pkgs/{fupdate,lf-make-map,mpdpopm,river-mk-keymap,tskm}: UpdateBenedikt Peetz2 days
|
* modules/ssh: Use new RFC41 settings optionBenedikt Peetz2 days
|
* treewide: Use unflake to de-duplicate flake inputsBenedikt Peetz2 days
| | | | | Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins).
* treewide: FormatBenedikt Peetz3 days
|
* pkgs/mpp-searchadd: Make resistent to `beets` auto-migrations on startupBenedikt Peetz5 days
|
* lf/commands/archive_decompress.sh: Use `jar` instead of `unzip`Benedikt Peetz5 days
| | | | The `jar` command is way more lenient.
* lf/commands/base.sh: Correctly escape single quotes for lf commandsBenedikt Peetz5 days
|
* lf/prev/helpers/show_image: Also show exif information, when showing an imageBenedikt Peetz5 days
|
* notes/beets_import: RemoveBenedikt Peetz2026-05-12
| | | | | This is not important for this repo, and should have been at another place the whole time.
* modules/nixpkgs: Allow unfree `cmp-calc`Benedikt Peetz2026-05-12
| | | | | | | As the comment says, this nvim plugin is effectively free, but they didn't add a license (and it's unmaintained). As such the 'lib.licenses.unfree' makes sense, but allowing it is also ethically okay.
* modules/qutebrowser: Avoid pointless `pkgs.hello` dependencyBenedikt Peetz2026-05-12
|
* pkgs: Update cargo lockfilesBenedikt Peetz2026-05-12
|
* treewide: Remove all references to `self.inputs`Benedikt Peetz2026-05-12
| | | | That doesn't work anymore with the npins sources.
* treewide: Switch to npinsBenedikt Peetz2026-05-12
|
* modules/lf/commands/archive_{de,}compress: Add missing dependenciesBenedikt Peetz2026-04-14
|
* modules/ly: Use full color for the dur fileBenedikt Peetz2026-04-14
| | | | Otherwise it will not be drawn.
* modules/lf/scripts/decompress: Show message on finished decompressionBenedikt Peetz2026-04-14
|
* modules/ly: Add a new black hole animationBenedikt Peetz2026-04-14
|
* modules/lf/colors: Hide the (not removable) `~/.pki` directoryBenedikt Peetz2026-04-14
|
* modules/ly: Avoid dumping logs and cache files into `$HOME`Benedikt Peetz2026-04-14
|
* modules/atuin: Use a dedicated log directory instead of one in `$HOME`Benedikt Peetz2026-04-14
|
* modules/{git,fonts,starship}: Avoid using deprecated escapesBenedikt Peetz2026-04-14
|
* pkgs/swallow: Don't swallow the window, if the command can't be executedBenedikt Peetz2026-04-14
|
* treewide: UpdateBenedikt Peetz2026-04-14
|
* hosts/tiamat: Remove unused argumentsBenedikt Peetz2026-04-14
|
* pkgs/aumo: Make resistent to labels containing spacesBenedikt Peetz2026-04-14
|
* modules/legacy/pkgs: Remove some packages that are already in the system closureBenedikt Peetz2026-04-14
|
* modules/legacy/gtk: Adapt to changed home-manager defaultsBenedikt Peetz2026-04-14
|
* modules/cargo: Use one shared cargo `./target` directoryBenedikt Peetz2026-04-14
|
* modules/disks/hibernate: Migrate to rfc42 settingsBenedikt Peetz2026-04-14
|
* modules/mergiraf: Explicitly enable `git` integrationBenedikt Peetz2026-04-14
|
* modules/git: Adopt to changed defaults in home-managerBenedikt Peetz2026-04-14
|
* modules/common: Disable `nixos-shell`Benedikt Peetz2026-04-14
| | | | I've never really used it and it uses up ~2GB.
* modules/xdg: Move the rest of the xdg config hereBenedikt Peetz2026-04-14
|
* modules/atuin: Use the daemonBenedikt Peetz2026-04-14
| | | | This might improve cli performance.
* modules/atin: Use upstream packageBenedikt Peetz2026-04-14
| | | | `atuin` now supports configuring the keymap.
* modules/i3status-rust: Use upstream packageBenedikt Peetz2026-04-14
| | | | My patches have been merged upstream.