| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | modules/i3bar-river: Add required `sh` dependency | Benedikt Peetz | 6 hours |
| | | |||
| * | modules/river: Import variables into systemd before starting the session | Benedikt Peetz | 7 hours |
| | | |||
| * | modules/river: Actually start the `graphical-session.target` | Benedikt Peetz | 7 hours |
| | | | | | Previously it was behind the `exec` so never started. | ||
| * | modules/ly: Avoid setting protective bashOptions for the setup script | Benedikt Peetz | 7 hours |
| | | | | | | Some scripts this setup script sources rely on these options to be unset. | ||
| * | modules/ly: Make the setup script executable and improve it | Benedikt Peetz | 7 hours |
| | | |||
| * | modules/{river,ly}: Avoid starting `graphical-session.target` to early | Benedikt Peetz | 7 hours |
| | | |||
| * | treewide: Remove config eval errors | Benedikt Peetz | 8 hours |
| | | |||
| * | modules/river/keymap: Spawn foot as default terminal | Benedikt Peetz | 9 hours |
| | | |||
| * | modules/foot: Configure a theme | Benedikt Peetz | 9 hours |
| | | |||
| * | modules/{river,foot,i3bar-river}: Use systemd services for background stuff | Benedikt Peetz | 9 hours |
| | | |||
| * | modules/common: Enable steam again | Benedikt Peetz | 35 hours |
| | | |||
| * | modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-local | Benedikt Peetz | 35 hours |
| | | |||
| * | modules/lf: Use nix attrs to avoid overlapping mappings | Benedikt Peetz | 36 hours |
| | | | | | | | Previously the `n*` mapping for movement were not accessible, because they accidentally overlapped with the vim `n` mapping. This is now impossible. | ||
| * | modules/qutebrowser: Use the unstable channels for `no` and `np` | Benedikt Peetz | 36 hours |
| | | |||
| * | modules/atuin/secrets/user_id: Fix typo | Benedikt Peetz | 9 days |
| | | |||
| * | modules/atuin: Use correct `agenix` secret name | Benedikt Peetz | 9 days |
| | | |||
| * | modules/xdg: Re-order let .. in block | Benedikt Peetz | 9 days |
| | | |||
| * | modules/cargo: Move the shared-target to `.cache` | Benedikt Peetz | 9 days |
| | | | | | | That means it's no longer synchronized or backup-ed (without special exclude filters.) | ||
| * | modules/common/unison: Don't sync `cargo`'s shared target | Benedikt Peetz | 9 days |
| | | |||
| * | modules/atuin: Use `turtle` instead | Benedikt Peetz | 9 days |
| | | |||
| * | modules/xdg: Add new `$XDG_PROJECTS_DIR` | Benedikt Peetz | 13 days |
| | | |||
| * | modules/lf/prev/application/archive: Add required `cabextract` command | Benedikt Peetz | 13 days |
| | | |||
| * | modules/boot: Try out more options | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | {modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=` | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | modules/boot: Re-work the boot options | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | modules/boot: Make sure to use the same paths everywhere | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | modules/boot/iso_entry: Move the iso package to pkgs and update | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | modules/boot/iso_entry: Correct the boot options | Benedikt Peetz | 2026-06-08 |
| | | | | | | I've taken these directly from the grub.cfg and the /usr/init-tools/init files. | ||
| * | modules/lf/keymaps: Avoid overriding the default `G` keymap | Benedikt Peetz | 2026-06-08 |
| | | |||
| * | modules/ausweisapp: Init | Benedikt Peetz | 2026-06-03 |
| | | |||
| * | pkgs/con2pdf: Remove from system closure | Benedikt Peetz | 2026-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. | ||
| * | modules/lf: Use the new lf-make-map interactive mode | Benedikt Peetz | 2026-06-02 |
| | | | | | That also forced some changes to other cd key mappings. | ||
| * | modules/boot: Use ISO directly as root | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/boot: Remove duplicated `root=` key | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/boot: Sign added tails linux kernel | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/{atuin,common,backup}: Fix minor typos and unused imports | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/lf/prev/application/archive: Add required `cat` dependency | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | pkgs/ll: Stop generating uncountable amount of tmpfiles | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/qutebrowser: Stop redirecting to the dead `redlib.vhack.eu` | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | modules/lf/command: Add required `sed` dependency | Benedikt Peetz | 2026-06-01 |
| | | | | | 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 | 2026-06-01 |
| | | |||
| * | modules/{disks,boot}: Give up on hacky XBOOTLDR support | Benedikt Peetz | 2026-05-31 |
| | | | | | | | 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 | 2026-05-31 |
| | | |||
| * | modules/{disks,boot}: Prepare re-deploy of apzu | Benedikt Peetz | 2026-05-31 |
| | | | | | | This includes a separate partition of /nix, and a tails ISO as boot target. | ||
| * | modules/legacy/gtk: Re-enable the nordic theme | Benedikt Peetz | 2026-05-30 |
| | | | | | | | 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 | 2026-05-30 |
| | | |||
| * | modules/direnv: Also remove cppnix from `nix-direnv` | Benedikt Peetz | 2026-05-30 |
| | | | | | This fully removes cppnix from my whole closure. | ||
| * | modules/locale: Add french | Benedikt Peetz | 2026-05-30 |
| | | |||
| * | modules/common/unison: Also avoid trying to synchronize sockets | Benedikt Peetz | 2026-05-29 |
| | | |||
| * | modules/common/unison: Also syncronize the deerix and beets.old directory | Benedikt Peetz | 2026-05-29 |
| | | | | | | The wonders of flac to opus conversion reduced the file sizes considerably. Thus, synchronizing is possible. | ||
