aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* modules/river: Import all the sessionVariablesBenedikt Peetz8 hours
| | | | Otherwise things like `MPD_HOST` are not accessible
* modules/i3bar-river: Add required `sh` dependencyBenedikt Peetz8 hours
|
* modules/river: Import variables into systemd before starting the sessionBenedikt Peetz8 hours
|
* modules/river: Actually start the `graphical-session.target`Benedikt Peetz9 hours
| | | | Previously it was behind the `exec` so never started.
* modules/ly: Avoid setting protective bashOptions for the setup scriptBenedikt Peetz9 hours
| | | | | Some scripts this setup script sources rely on these options to be unset.
* modules/ly: Make the setup script executable and improve itBenedikt Peetz9 hours
|
* modules/{river,ly}: Avoid starting `graphical-session.target` to earlyBenedikt Peetz9 hours
|
* treewide: Remove config eval errorsBenedikt Peetz10 hours
|
* inputs.nix: Switch back to versioned lanzaboote releasesBenedikt Peetz11 hours
|
* modules/river/keymap: Spawn foot as default terminalBenedikt Peetz11 hours
|
* modules/foot: Configure a themeBenedikt Peetz11 hours
|
* modules/{river,foot,i3bar-river}: Use systemd services for background stuffBenedikt Peetz11 hours
|
* modules/common: Enable steam againBenedikt Peetz37 hours
|
* modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-localBenedikt Peetz37 hours
|
* modules/lf: Use nix attrs to avoid overlapping mappingsBenedikt Peetz37 hours
| | | | | | Previously the `n*` mapping for movement were not accessible, because they accidentally overlapped with the vim `n` mapping. This is now impossible.
* pkgs/lf-make-map: Improve error messageBenedikt Peetz38 hours
|
* modules/qutebrowser: Use the unstable channels for `no` and `np`Benedikt Peetz38 hours
|
* npins/turtle: UpdateBenedikt Peetz9 days
|
* modules/atuin/secrets/user_id: Fix typoBenedikt Peetz9 days
|
* npins: UpdateBenedikt Peetz9 days
|
* modules/atuin: Use correct `agenix` secret nameBenedikt Peetz9 days
|
* modules/xdg: Re-order let .. in blockBenedikt Peetz9 days
|
* inputs.nix: Switch to lanzaboote masterBenedikt Peetz9 days
| | | | | | The released version is already quite behind and currently doesn't build anymore, because the `bootspec.enable` option, used in the nix module, was removed from unstable.
* modules/cargo: Move the shared-target to `.cache`Benedikt Peetz9 days
| | | | | That means it's no longer synchronized or backup-ed (without special exclude filters.)
* pkgs/tails-iso/update.sh: Don't re-download when the version didn't changeBenedikt Peetz10 days
|
* treewide: UpdateBenedikt Peetz10 days
|
* scripts/unflake.sh: Work around unflake not supporting npins v8Benedikt Peetz10 days
|
* modules/common/unison: Don't sync `cargo`'s shared targetBenedikt Peetz10 days
|
* modules/atuin: Use `turtle` insteadBenedikt Peetz10 days
|
* flake/devShell: Add `html2text`Benedikt Peetz13 days
| | | | Which is a dependency of the `tails-iso` update script
* modules/xdg: Add new `$XDG_PROJECTS_DIR`Benedikt Peetz13 days
|
* modules/lf/prev/application/archive: Add required `cabextract` commandBenedikt Peetz13 days
|
* modules/boot: Try out more optionsBenedikt Peetz2026-06-08
|
* {modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=`Benedikt Peetz2026-06-08
|
* modules/boot: Re-work the boot optionsBenedikt Peetz2026-06-08
|
* modules/boot: Make sure to use the same paths everywhereBenedikt Peetz2026-06-08
|
* pkgs/tails-iso: Add update scriptBenedikt Peetz2026-06-08
|
* modules/boot/iso_entry: Move the iso package to pkgs and updateBenedikt Peetz2026-06-08
|
* modules/boot/iso_entry: Correct the boot optionsBenedikt Peetz2026-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` keymapBenedikt Peetz2026-06-08
|
* pkgs/lf-make-map: Account for an `Enter` without having a value setBenedikt Peetz2026-06-03
|
* pkgs/lf-make-map: Print the interactive selection mode to stderrBenedikt Peetz2026-06-03
| | | | | Printing it to stdout is obviously nonsense (e.g. This breaks: `cd "$(lf-make-map interactive ~/*)"`).
* modules/ausweisapp: InitBenedikt Peetz2026-06-03
|
* pkgs/con2pdf: Remove from system closureBenedikt Peetz2026-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.
* {pkgs/{lf-make-map,river-mk-keymap},flake}: UpdateBenedikt Peetz2026-06-03
|
* pkgs/mpdpopm: Upgrade rand and lalrpop to breaking versionBenedikt Peetz2026-06-03
|
* pkgs/tskm: Update `taskchampion` to 3.xBenedikt Peetz2026-06-03
|
* pkgs/*/update.sh: Perform more through cargo updatesBenedikt Peetz2026-06-03
|
* pkgs/lf-make-map: Special case dot-directoriesBenedikt Peetz2026-06-02
| | | | That makes the mappings for `~/.config` or `~/.local` more accessible.
* modules/lf: Use the new lf-make-map interactive modeBenedikt Peetz2026-06-02
| | | | That also forced some changes to other cd key mappings.