aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name (unfollow)
Commit message (Collapse)Author
21 hoursmodules/ausweisapp: InitBenedikt Peetz
44 hoursmodules/lf: Use the new lf-make-map interactive modeBenedikt Peetz
That also forced some changes to other cd key mappings.
4 daysmodules/boot: Use ISO directly as rootBenedikt Peetz
4 daysmodules/boot: Remove duplicated `root=` keyBenedikt Peetz
4 daysmodules/boot: Sign added tails linux kernelBenedikt Peetz
4 daysmodules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
4 daysmodules/lf/prev/application/archive: Add required `cat` dependencyBenedikt Peetz
4 dayspkgs/ll: Stop generating uncountable amount of tmpfilesBenedikt Peetz
4 daysmodules/qutebrowser: Stop redirecting to the dead `redlib.vhack.eu`Benedikt Peetz
4 daysmodules/lf/command: Add required `sed` dependencyBenedikt Peetz
That was unsatisfied since I added the `lf_cmd` argument escaping.
4 daysmodules/boot: Add a `root=` argument to the tails live ISO boot entryBenedikt Peetz
4 daysmodules/{disks,boot}: Give up on hacky XBOOTLDR supportBenedikt Peetz
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.
4 daysmodules/disks: Use correct notation for 30GBBenedikt Peetz
4 daysmodules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz
This includes a separate partition of /nix, and a tails ISO as boot target.
5 daysmodules/nix: ModularizeBenedikt Peetz
5 daysmodules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz
This fully removes cppnix from my whole closure.
6 daysmodules/locale: Add frenchBenedikt Peetz
7 daystreewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.
7 daysmodules/foot: InitBenedikt Peetz
7 daysmodules/ssh: Use new RFC41 settings optionBenedikt Peetz
7 daystreewide: FormatBenedikt Peetz
10 dayslf/commands/archive_decompress.sh: Use `jar` instead of `unzip`Benedikt Peetz
The `jar` command is way more lenient.
10 dayslf/commands/base.sh: Correctly escape single quotes for lf commandsBenedikt Peetz
10 dayslf/prev/helpers/show_image: Also show exif information, when showing an imageBenedikt Peetz
2026-05-12modules/nixpkgs: Allow unfree `cmp-calc`Benedikt Peetz
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.
2026-05-12modules/qutebrowser: Avoid pointless `pkgs.hello` dependencyBenedikt Peetz
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2026-04-14modules/lf/commands/archive_{de,}compress: Add missing dependenciesBenedikt Peetz
2026-04-14modules/ly: Use full color for the dur fileBenedikt Peetz
Otherwise it will not be drawn.
2026-04-14modules/lf/scripts/decompress: Show message on finished decompressionBenedikt Peetz
2026-04-14modules/ly: Add a new black hole animationBenedikt Peetz
2026-04-14modules/lf/colors: Hide the (not removable) `~/.pki` directoryBenedikt Peetz
2026-04-14modules/ly: Avoid dumping logs and cache files into `$HOME`Benedikt Peetz
2026-04-14modules/atuin: Use a dedicated log directory instead of one in `$HOME`Benedikt Peetz
2026-04-14modules/{git,fonts,starship}: Avoid using deprecated escapesBenedikt Peetz
2026-04-14modules/cargo: Use one shared cargo `./target` directoryBenedikt Peetz
2026-04-14modules/disks/hibernate: Migrate to rfc42 settingsBenedikt Peetz
2026-04-14modules/mergiraf: Explicitly enable `git` integrationBenedikt Peetz
2026-04-14modules/git: Adopt to changed defaults in home-managerBenedikt Peetz
2026-04-14modules/xdg: Move the rest of the xdg config hereBenedikt Peetz
2026-04-14modules/atuin: Use the daemonBenedikt Peetz
This might improve cli performance.
2026-04-14modules/atin: Use upstream packageBenedikt Peetz
`atuin` now supports configuring the keymap.
2026-04-14modules/i3status-rust: Use upstream packageBenedikt Peetz
My patches have been merged upstream.
2026-03-19modules/nvim/plgs/lsp/openscad: Specify the autoCmd correctlyBenedikt Peetz
2026-03-19modules/ly: Use the correct `writeText` functionBenedikt Peetz
2026-03-19modules/ly: Use a more modest animationBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp/zls: EnableBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp: Migrate completely to build-in nvim lsp configBenedikt Peetz
2026-03-13modules/ly: Include a shell sessionBenedikt Peetz
The current shell session seems to redirect std{out,err}, so it's utterly useless.
2026-03-13modules/ly: Fix misspelling in `custom_sessions`Benedikt Peetz