aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name (unfollow)
Commit message (Collapse)Author
22 hoursmodules/foot: Make the jump-labels better readableHEADprimeBenedikt Peetz
23 hoursmodules/lf/commands/thrash_restore: Completely use concealBenedikt Peetz
There is no reason to use two thrash-implementations at the same time.
23 hoursmodules/i3bar-river: Use fc's `fullname` for specifying the fontBenedikt Peetz
Otherwise, the found font is a `Light` or `Extra Light` variant.
5 dayspkgs/swallow: Rename to `sw`Benedikt Peetz
That's easier to type
11 daysmodules/lutris: Add more (optional) dependenciesBenedikt Peetz
2026-07-07modules/nix: Don't warn about dirty git treesBenedikt Peetz
2026-07-07modules/backup: Don't pass command line arguments as optionsBenedikt Peetz
2026-07-07modules/backup: Tune some of restic's argumentsBenedikt Peetz
2026-07-07modules/backup: Also make the cache for the admin storagebox presistentBenedikt Peetz
Otherwise, we run out of cache, before it can do anything (due to the limited size of available root tempfs).
2026-07-07modules/ssh: Add config for hetzner's storageboxesBenedikt Peetz
2026-07-06modules/backup: Don't backup gamesBenedikt Peetz
the steam ones don't work without steam anyway, and for GOG it would be nice to do, but I just don't have the space for that.
2026-07-06modules/river/keymap: Toggle the systemd service for i3bar-river for restartsBenedikt Peetz
Using the built-in version via signals kinda just fails to show i3bar-river again, if it has been hidden for a longer time.
2026-07-05modules/backup: Explicitly enable fuseBenedikt Peetz
That is needed for `restic-* mount` to work.
2026-07-02modules/lutris: Preserve the config directoryBenedikt Peetz
2026-07-02modules/lutris: Include proton-ge-bin installationBenedikt Peetz
2026-07-02modules/foot: Don't restart the foot serverBenedikt Peetz
2026-07-01modules/boot/tails-iso: Remove the log spamBenedikt Peetz
It's just way too much, so even if it would work I couldn't really see anything.
2026-07-01modules/{git,yt,legacy/pkgs}: Move some pkgs to their respective modulesBenedikt Peetz
2026-07-01pkgs/git-cgit: InitBenedikt Peetz
2026-07-01modules/lutris: InitBenedikt Peetz
2026-07-01modules/swayidle: Actually provide `swaylock`Benedikt Peetz
2026-06-29modules/foot: Remove the letter offsets and use the letter-spacing insteadBenedikt Peetz
The offset settings resulted in cut-off emojis.
2026-06-23modules/foot: Make the path regex include the final fileBenedikt Peetz
2026-06-23modules/foot: Switch to carbonfox againBenedikt Peetz
It's the same theme I had in alacritty.
2026-06-23modules/river: Update the environments 5 variables at a timeBenedikt Peetz
Otherwise we might run into the maximal argv length limit.
2026-06-23modules/river: Keep environment sourcing actually on one lineBenedikt Peetz
2026-06-23modules/i3bar-river: Add `btrfs-progs` to the dependenciesBenedikt Peetz
2026-06-23modules/river: Import all the sessionVariablesBenedikt Peetz
Otherwise things like `MPD_HOST` are not accessible
2026-06-23modules/i3bar-river: Add required `sh` dependencyBenedikt Peetz
2026-06-23modules/river: Import variables into systemd before starting the sessionBenedikt Peetz
2026-06-23modules/river: Actually start the `graphical-session.target`Benedikt Peetz
Previously it was behind the `exec` so never started.
2026-06-23modules/ly: Avoid setting protective bashOptions for the setup scriptBenedikt Peetz
Some scripts this setup script sources rely on these options to be unset.
2026-06-23modules/ly: Make the setup script executable and improve itBenedikt Peetz
2026-06-23modules/{river,ly}: Avoid starting `graphical-session.target` to earlyBenedikt Peetz
2026-06-23treewide: Remove config eval errorsBenedikt Peetz
2026-06-23modules/river/keymap: Spawn foot as default terminalBenedikt Peetz
2026-06-23modules/foot: Configure a themeBenedikt Peetz
2026-06-23modules/{river,foot,i3bar-river}: Use systemd services for background stuffBenedikt Peetz
2026-06-21modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-localBenedikt Peetz
2026-06-21modules/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.
2026-06-21modules/qutebrowser: Use the unstable channels for `no` and `np`Benedikt Peetz
2026-06-14modules/atuin/secrets/user_id: Fix typoBenedikt Peetz
2026-06-14modules/atuin: Use correct `agenix` secret nameBenedikt Peetz
2026-06-14modules/xdg: Re-order let .. in blockBenedikt Peetz
2026-06-14modules/cargo: Move the shared-target to `.cache`Benedikt Peetz
That means it's no longer synchronized or backup-ed (without special exclude filters.)
2026-06-13modules/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