aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* hosts/tiamat: Vendor the legacy disk moduleHEADprimeBenedikt Peetz10 hours
| | | | | Otherwise, I would need to also re-deploy tiamat, which seems not like a useful approach.
* pkgs/sw: Support a nix specific swallow modeBenedikt Peetz10 hours
|
* pkgs/swallow: Rename to `sw`Benedikt Peetz10 hours
| | | | That's easier to type
* pkgs/swallow: Make sure to always `throwup`Benedikt Peetz6 days
|
* modules/legacy/pkgs: Remove some un-used packagesBenedikt Peetz6 days
|
* modules/lutris: Add more (optional) dependenciesBenedikt Peetz6 days
|
* modules/nix: Don't warn about dirty git treesBenedikt Peetz10 days
|
* modules/backup: Don't pass command line arguments as optionsBenedikt Peetz10 days
|
* modules/backup: Tune some of restic's argumentsBenedikt Peetz10 days
|
* modules/backup: Also make the cache for the admin storagebox presistentBenedikt Peetz10 days
| | | | | 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 Peetz10 days
|
* modules/backup: Don't backup gamesBenedikt Peetz10 days
| | | | | 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 Peetz10 days
| | | | | 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 Peetz12 days
| | | | That is needed for `restic-* mount` to work.
* modules/lutris: Preserve the config directoryBenedikt Peetz2026-07-02
|
* modules/lutris: Include proton-ge-bin installationBenedikt Peetz2026-07-02
|
* modules/foot: Don't restart the foot serverBenedikt Peetz2026-07-02
|
* modules/boot/tails-iso: Remove the log spamBenedikt Peetz2026-07-01
| | | | | 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 Peetz2026-07-01
|
* modules/{git,yt,legacy/pkgs}: Move some pkgs to their respective modulesBenedikt Peetz2026-07-01
|
* pkgs/git-cgit: InitBenedikt Peetz2026-07-01
|
* scripts/unflake.sh: Explain how the npins version hack worksBenedikt Peetz2026-07-01
|
* modules/lutris: InitBenedikt Peetz2026-07-01
|
* treewide: UpdateBenedikt Peetz2026-07-01
|
* pkgs/qutebrowser: Stop recompiling pyqt6Benedikt Peetz2026-07-01
|
* modules/swayidle: Actually provide `swaylock`Benedikt Peetz2026-07-01
|
* modules/foot: Remove the letter offsets and use the letter-spacing insteadBenedikt Peetz2026-06-29
| | | | The offset settings resulted in cut-off emojis.
* pkgs/hibernate: Make sure, that swayidle is actually activeBenedikt Peetz2026-06-27
|
* hosts/apzu: Don't use the experimental driverBenedikt Peetz2026-06-27
| | | | It didn't fix my problem and actually causes slowdowns and artifacts.
* hosts/apzu: Try to use the experimental mesa intel xe graphics driverBenedikt Peetz2026-06-23
|
* modules/foot: Make the path regex include the final fileBenedikt Peetz2026-06-23
|
* modules/foot: Switch to carbonfox againBenedikt Peetz2026-06-23
| | | | It's the same theme I had in alacritty.
* modules/river: Update the environments 5 variables at a timeBenedikt Peetz2026-06-23
| | | | Otherwise we might run into the maximal argv length limit.
* modules/river: Keep environment sourcing actually on one lineBenedikt Peetz2026-06-23
|
* 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.