aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name (unfollow)
Commit message (Collapse)Author
3 daysmodules/foot: Switch to carbonfox againBenedikt Peetz
It's the same theme I had in alacritty.
4 daysmodules/river: Update the environments 5 variables at a timeBenedikt Peetz
Otherwise we might run into the maximal argv length limit.
4 daysmodules/river: Keep environment sourcing actually on one lineBenedikt Peetz
4 daysmodules/i3bar-river: Add `btrfs-progs` to the dependenciesBenedikt Peetz
4 daysmodules/river: Import all the sessionVariablesBenedikt Peetz
Otherwise things like `MPD_HOST` are not accessible
4 daysmodules/i3bar-river: Add required `sh` dependencyBenedikt Peetz
4 daysmodules/river: Import variables into systemd before starting the sessionBenedikt Peetz
4 daysmodules/river: Actually start the `graphical-session.target`Benedikt Peetz
Previously it was behind the `exec` so never started.
4 daysmodules/ly: Avoid setting protective bashOptions for the setup scriptBenedikt Peetz
Some scripts this setup script sources rely on these options to be unset.
4 daysmodules/ly: Make the setup script executable and improve itBenedikt Peetz
4 daysmodules/{river,ly}: Avoid starting `graphical-session.target` to earlyBenedikt Peetz
4 daystreewide: Remove config eval errorsBenedikt Peetz
4 daysmodules/river/keymap: Spawn foot as default terminalBenedikt Peetz
4 daysmodules/foot: Configure a themeBenedikt Peetz
4 daysmodules/{river,foot,i3bar-river}: Use systemd services for background stuffBenedikt Peetz
5 daysmodules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-localBenedikt Peetz
5 daysmodules/lf: Use nix attrs to avoid overlapping mappingsBenedikt Peetz
Previously the `n*` mapping for movement were not accessible, because they accidentally overlapped with the vim `n` mapping. This is now impossible.
5 daysmodules/qutebrowser: Use the unstable channels for `no` and `np`Benedikt Peetz
13 daysmodules/atuin/secrets/user_id: Fix typoBenedikt Peetz
13 daysmodules/atuin: Use correct `agenix` secret nameBenedikt Peetz
13 daysmodules/xdg: Re-order let .. in blockBenedikt Peetz
13 daysmodules/cargo: Move the shared-target to `.cache`Benedikt Peetz
That means it's no longer synchronized or backup-ed (without special exclude filters.)
13 daysmodules/atuin: Use `turtle` insteadBenedikt Peetz
2026-06-10modules/xdg: Add new `$XDG_PROJECTS_DIR`Benedikt Peetz
2026-06-10modules/lf/prev/application/archive: Add required `cabextract` commandBenedikt Peetz
2026-06-08modules/boot: Try out more optionsBenedikt Peetz
2026-06-08{modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=`Benedikt Peetz
2026-06-08modules/boot: Re-work the boot optionsBenedikt Peetz
2026-06-08modules/boot: Make sure to use the same paths everywhereBenedikt Peetz
2026-06-08modules/boot/iso_entry: Move the iso package to pkgs and updateBenedikt Peetz
2026-06-08modules/boot/iso_entry: Correct the boot optionsBenedikt Peetz
I've taken these directly from the grub.cfg and the /usr/init-tools/init files.
2026-06-08modules/lf/keymaps: Avoid overriding the default `G` keymapBenedikt Peetz
2026-06-03modules/ausweisapp: InitBenedikt Peetz
2026-06-02modules/lf: Use the new lf-make-map interactive modeBenedikt Peetz
That also forced some changes to other cd key mappings.
2026-06-01modules/boot: Use ISO directly as rootBenedikt Peetz
2026-06-01modules/boot: Remove duplicated `root=` keyBenedikt Peetz
2026-06-01modules/boot: Sign added tails linux kernelBenedikt Peetz
2026-06-01modules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
2026-06-01modules/lf/prev/application/archive: Add required `cat` dependencyBenedikt Peetz
2026-06-01pkgs/ll: Stop generating uncountable amount of tmpfilesBenedikt Peetz
2026-06-01modules/qutebrowser: Stop redirecting to the dead `redlib.vhack.eu`Benedikt Peetz
2026-06-01modules/lf/command: Add required `sed` dependencyBenedikt Peetz
That was unsatisfied since I added the `lf_cmd` argument escaping.
2026-06-01modules/boot: Add a `root=` argument to the tails live ISO boot entryBenedikt Peetz
2026-05-31modules/{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.
2026-05-31modules/disks: Use correct notation for 30GBBenedikt Peetz
2026-05-31modules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz
This includes a separate partition of /nix, and a tails ISO as boot target.
2026-05-30modules/nix: ModularizeBenedikt Peetz
2026-05-30modules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz
This fully removes cppnix from my whole closure.
2026-05-30modules/locale: Add frenchBenedikt Peetz
2026-05-29treewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.