| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | modules/{atuin,common,backup}: Fix minor typos and unused imports | Benedikt Peetz | 13 hours |
| | | |||
| * | modules/lf/prev/application/archive: Add required `cat` dependency | Benedikt Peetz | 13 hours |
| | | |||
| * | pkgs/ll: Stop generating uncountable amount of tmpfiles | Benedikt Peetz | 13 hours |
| | | |||
| * | modules/qutebrowser: Stop redirecting to the dead `redlib.vhack.eu` | Benedikt Peetz | 13 hours |
| | | |||
| * | modules/lf/command: Add required `sed` dependency | Benedikt Peetz | 13 hours |
| | | | | | That was unsatisfied since I added the `lf_cmd` argument escaping. | ||
| * | modules/boot: Add a `root=` argument to the tails live ISO boot entry | Benedikt Peetz | 13 hours |
| | | |||
| * | modules/{disks,boot}: Give up on hacky XBOOTLDR support | Benedikt Peetz | 15 hours |
| | | | | | | | We would effectively need a separate partition without LUKS for that to work. And because we are not working around Windows EFI, it's easier to just make the real EFI partition bigger. | ||
| * | modules/disks: Use correct notation for 30GB | Benedikt Peetz | 20 hours |
| | | |||
| * | modules/{disks,boot}: Prepare re-deploy of apzu | Benedikt Peetz | 23 hours |
| | | | | | | This includes a separate partition of /nix, and a tails ISO as boot target. | ||
| * | modules/legacy/gtk: Re-enable the nordic theme | Benedikt Peetz | 42 hours |
| | | | | | | | This theme seems to also remove the client side decoration title bars, which are incredible ugly and pointless on a wm. So, let's re-activate it. | ||
| * | modules/nix: Modularize | Benedikt Peetz | 46 hours |
| | | |||
| * | modules/direnv: Also remove cppnix from `nix-direnv` | Benedikt Peetz | 46 hours |
| | | | | | This fully removes cppnix from my whole closure. | ||
| * | pkgs/fupdates-sys: Remove cppnix dependency | Benedikt Peetz | 46 hours |
| | | |||
| * | modules/locale: Add french | Benedikt Peetz | 2 days |
| | | |||
| * | modules/common/unison: Also avoid trying to synchronize sockets | Benedikt Peetz | 3 days |
| | | |||
| * | modules/common/unison: Also syncronize the deerix and beets.old directory | Benedikt Peetz | 3 days |
| | | | | | | 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 Peetz | 3 days |
| | | | | | The consumer code expects this name. | ||
| * | scripts/why-depends: Support limiting the search to precises names | Benedikt Peetz | 3 days |
| | | |||
| * | treewide: Remove unneeded dependencies | Benedikt Peetz | 3 days |
| | | | | | This shaves off around 1.2 GB from the system closure. | ||
| * | scripts/why-depends: Correctly parse command line arguments | Benedikt Peetz | 4 days |
| | | |||
| * | update.sh: Exit, when an update command fails | Benedikt Peetz | 4 days |
| | | |||
| * | inputs.nix: Switch to `nixos-unstable-small` | Benedikt Peetz | 4 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: Init | Benedikt Peetz | 4 days |
| | | |||
| * | pkgs/{fupdate,lf-make-map,mpdpopm,river-mk-keymap,tskm}: Update | Benedikt Peetz | 4 days |
| | | |||
| * | modules/ssh: Use new RFC41 settings option | Benedikt Peetz | 4 days |
| | | |||
| * | treewide: Use unflake to de-duplicate flake inputs | Benedikt Peetz | 4 days |
| | | | | | | Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins). | ||
| * | treewide: Format | Benedikt Peetz | 4 days |
| | | |||
| * | pkgs/mpp-searchadd: Make resistent to `beets` auto-migrations on startup | Benedikt Peetz | 7 days |
| | | |||
| * | lf/commands/archive_decompress.sh: Use `jar` instead of `unzip` | Benedikt Peetz | 7 days |
| | | | | | The `jar` command is way more lenient. | ||
| * | lf/commands/base.sh: Correctly escape single quotes for lf commands | Benedikt Peetz | 7 days |
| | | |||
| * | lf/prev/helpers/show_image: Also show exif information, when showing an image | Benedikt Peetz | 7 days |
| | | |||
| * | notes/beets_import: Remove | Benedikt Peetz | 2026-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 Peetz | 2026-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` dependency | Benedikt Peetz | 2026-05-12 |
| | | |||
| * | pkgs: Update cargo lockfiles | Benedikt Peetz | 2026-05-12 |
| | | |||
| * | treewide: Remove all references to `self.inputs` | Benedikt Peetz | 2026-05-12 |
| | | | | | That doesn't work anymore with the npins sources. | ||
| * | treewide: Switch to npins | Benedikt Peetz | 2026-05-12 |
| | | |||
| * | modules/lf/commands/archive_{de,}compress: Add missing dependencies | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/ly: Use full color for the dur file | Benedikt Peetz | 2026-04-14 |
| | | | | | Otherwise it will not be drawn. | ||
| * | modules/lf/scripts/decompress: Show message on finished decompression | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/ly: Add a new black hole animation | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/lf/colors: Hide the (not removable) `~/.pki` directory | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/ly: Avoid dumping logs and cache files into `$HOME` | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/atuin: Use a dedicated log directory instead of one in `$HOME` | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/{git,fonts,starship}: Avoid using deprecated escapes | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | pkgs/swallow: Don't swallow the window, if the command can't be executed | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | treewide: Update | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | hosts/tiamat: Remove unused arguments | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | pkgs/aumo: Make resistent to labels containing spaces | Benedikt Peetz | 2026-04-14 |
| | | |||
| * | modules/legacy/pkgs: Remove some packages that are already in the system closure | Benedikt Peetz | 2026-04-14 |
| | | |||
