aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* modules/backup: Also make the cache for the admin storagebox presistentBenedikt Peetz8 hours
| | | | | Otherwise, we run out of cache, before it can do anything (due to the limited size of available root tempfs).
* modules/ssh: Add config for hetzner's storageboxesBenedikt Peetz8 hours
|
* modules/backup: Don't backup gamesBenedikt Peetz11 hours
| | | | | 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.
* modules/river/keymap: Toggle the systemd service for i3bar-river for restartsBenedikt Peetz11 hours
| | | | | Using the built-in version via signals kinda just fails to show i3bar-river again, if it has been hidden for a longer time.
* modules/backup: Explicitly enable fuseBenedikt Peetz44 hours
| | | | That is needed for `restic-* mount` to work.
* modules/lutris: Preserve the config directoryBenedikt Peetz4 days
|
* modules/lutris: Include proton-ge-bin installationBenedikt Peetz4 days
|
* modules/foot: Don't restart the foot serverBenedikt Peetz4 days
|
* modules/boot/tails-iso: Remove the log spamBenedikt Peetz6 days
| | | | | It's just way too much, so even if it would work I couldn't really see anything.
* pkgs/git-cgit: Correctly specify the ssh dependencyBenedikt Peetz6 days
|
* modules/{git,yt,legacy/pkgs}: Move some pkgs to their respective modulesBenedikt Peetz6 days
|
* pkgs/git-cgit: InitBenedikt Peetz6 days
|
* scripts/unflake.sh: Explain how the npins version hack worksBenedikt Peetz6 days
|
* modules/lutris: InitBenedikt Peetz6 days
|
* treewide: UpdateBenedikt Peetz6 days
|
* pkgs/qutebrowser: Stop recompiling pyqt6Benedikt Peetz6 days
|
* modules/swayidle: Actually provide `swaylock`Benedikt Peetz6 days
|
* modules/foot: Remove the letter offsets and use the letter-spacing insteadBenedikt Peetz8 days
| | | | The offset settings resulted in cut-off emojis.
* pkgs/hibernate: Make sure, that swayidle is actually activeBenedikt Peetz10 days
|
* hosts/apzu: Don't use the experimental driverBenedikt Peetz10 days
| | | | It didn't fix my problem and actually causes slowdowns and artifacts.
* hosts/apzu: Try to use the experimental mesa intel xe graphics driverBenedikt Peetz14 days
|
* modules/foot: Make the path regex include the final fileBenedikt Peetz14 days
|
* modules/foot: Switch to carbonfox againBenedikt Peetz14 days
| | | | It's the same theme I had in alacritty.
* modules/river: Update the environments 5 variables at a timeBenedikt Peetz14 days
| | | | Otherwise we might run into the maximal argv length limit.
* modules/river: Keep environment sourcing actually on one lineBenedikt Peetz14 days
|
* modules/i3bar-river: Add `btrfs-progs` to the dependenciesBenedikt Peetz2026-06-23
|
* modules/river: Import all the sessionVariablesBenedikt Peetz2026-06-23
| | | | Otherwise things like `MPD_HOST` are not accessible
* modules/i3bar-river: Add required `sh` dependencyBenedikt Peetz2026-06-23
|
* modules/river: Import variables into systemd before starting the sessionBenedikt Peetz2026-06-23
|
* modules/river: Actually start the `graphical-session.target`Benedikt Peetz2026-06-23
| | | | Previously it was behind the `exec` so never started.
* modules/ly: Avoid setting protective bashOptions for the setup scriptBenedikt Peetz2026-06-23
| | | | | Some scripts this setup script sources rely on these options to be unset.
* modules/ly: Make the setup script executable and improve itBenedikt Peetz2026-06-23
|
* modules/{river,ly}: Avoid starting `graphical-session.target` to earlyBenedikt Peetz2026-06-23
|
* treewide: Remove config eval errorsBenedikt Peetz2026-06-23
|
* inputs.nix: Switch back to versioned lanzaboote releasesBenedikt Peetz2026-06-23
|
* modules/river/keymap: Spawn foot as default terminalBenedikt Peetz2026-06-23
|
* modules/foot: Configure a themeBenedikt Peetz2026-06-23
|
* modules/{river,foot,i3bar-river}: Use systemd services for background stuffBenedikt Peetz2026-06-23
|
* modules/common: Enable steam againBenedikt Peetz2026-06-21
|
* modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-localBenedikt Peetz2026-06-21
|
* modules/lf: Use nix attrs to avoid overlapping mappingsBenedikt Peetz2026-06-21
| | | | | | 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 Peetz2026-06-21
|
* modules/qutebrowser: Use the unstable channels for `no` and `np`Benedikt Peetz2026-06-21
|
* npins/turtle: UpdateBenedikt Peetz2026-06-14
|
* modules/atuin/secrets/user_id: Fix typoBenedikt Peetz2026-06-14
|
* npins: UpdateBenedikt Peetz2026-06-14
|
* modules/atuin: Use correct `agenix` secret nameBenedikt Peetz2026-06-14
|
* modules/xdg: Re-order let .. in blockBenedikt Peetz2026-06-14
|
* inputs.nix: Switch to lanzaboote masterBenedikt Peetz2026-06-14
| | | | | | 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 Peetz2026-06-14
| | | | | That means it's no longer synchronized or backup-ed (without special exclude filters.)