aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2026-04-14modules/i3status-rust: Use upstream packageBenedikt Peetz
My patches have been merged upstream.
2026-03-19modules/nvim/plgs/lsp/openscad: Specify the autoCmd correctlyBenedikt Peetz
2026-03-19modules/ly: Use the correct `writeText` functionBenedikt Peetz
2026-03-19modules/ly: Use a more modest animationBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp/zls: EnableBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp: Migrate completely to build-in nvim lsp configBenedikt Peetz
2026-03-13modules/ly: Include a shell sessionBenedikt Peetz
The current shell session seems to redirect std{out,err}, so it's utterly useless.
2026-03-13modules/ly: Fix misspelling in `custom_sessions`Benedikt Peetz
2026-03-13modules/ly: Try to clear the screen before drawing interfaceBenedikt Peetz
2026-03-13modules/ly: Make the river desktop target available to lyBenedikt Peetz
As `ly` runs under `root`, it obviously cannot access `soispha`'s desktop target files.
2026-03-13modules/{plymouth,ly}: Use better animationsBenedikt Peetz
2026-03-13modules/ly: Don't enable for the nixos_shellBenedikt Peetz
2026-03-13modules/ly: InitBenedikt Peetz
2026-03-13modules/river: Add a .desktop file for riverBenedikt Peetz
That makes integration for display managers possible.
2026-03-13modules/plymouth: Set a better themeBenedikt Peetz
2026-03-13modules/plymouth: InitBenedikt Peetz
2026-02-19modules/mpdpopmd: Automatically start in `Dj` modeBenedikt Peetz
2026-02-19modules/legacy/beets/plugins/inline: Don't fail on empty `albumartists`Benedikt Peetz
2026-02-19modules/lf/ctpv/prev/message/rfc822: Temporarily avoid `meli`Benedikt Peetz
2026-02-19modules/lf/ctpv/prev/message/rfc822: Add necessary `script` dependencyBenedikt Peetz
2026-02-19modules/lf/ctpv/prev: Add new previewersBenedikt Peetz
2026-01-31modules/i3status-rust: Show the track rating in the music displayBenedikt Peetz
2026-01-27modules/legacy/beets: Remove pointless newline in inline snippetBenedikt Peetz
2026-01-27modules/legacy/beets: Also warn about "live" in the title of tracksBenedikt Peetz
2026-01-27modules/legacy/beets: Use the yaml formatter againBenedikt Peetz
I don't see a reason to override this, considering, that the reason specified in the comment is obsolete.
2026-01-26modules/legacy/beets: Activate the musicbrainz auto-taggerBenedikt Peetz
It has recently been dropped from it's default-enable state.
2026-01-25modules/river/keymap: Make media good/bad ratings once mappingsBenedikt Peetz
Otherwise, you might rate them more than once, by accident.
2026-01-25pkgs/swallow: AddBenedikt Peetz
This provides swallowing for river.
2026-01-25modules/river/keymap: Provide access to rate songs, bad/goodBenedikt Peetz
2026-01-25modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopmBenedikt Peetz
It is just easier to use the hand-written rust version, than to try to do this via the beets plugin.
2026-01-24module/mpd: Set-up a sticker fileBenedikt Peetz
That can be used to save meta-data from clients there.
2026-01-21Revert "module/libvirt: Temporarily enable usb pass through for vms"Benedikt Peetz
This reverts commit d81b0c3df79b081d869ebd14b361ff29f61de5ad. It was just temporarily.
2026-01-21module/libvirt: Temporarily enable usb pass through for vmsBenedikt Peetz
2026-01-18module/nvim/plgs/treesitter: Disable automatic foldingBenedikt Peetz
2026-01-18module/networking: Add fixed {u,g}ids for `wpa_supplicant`Benedikt Peetz
2026-01-18modules/common/projects: Add system.musicBenedikt Peetz
2026-01-18modules/nvim: Update to the newest tree-sitter versionBenedikt Peetz
This includes quite a big collection of breaking changes, and as I can't have the same plugin twice in the `buildEnv` scope, some plugins (e.g. neorg and femacro) needed to be deactivated.
2026-01-18modules/adb: Remove deprecated `programs.adb`Benedikt Peetz
2026-01-05modules/qutebrowser/include/redirects: Avoid redirecting goodreadsBenedikt Peetz
The farside redirect ends in a 404 now :/.
2026-01-05modules/locale: Use Swedish locale as defaultBenedikt Peetz
2026-01-05modules/locale/keymaps/dvorak_modified.xkb: Make Swedish `aring` accessibleBenedikt Peetz
I have no idea how to trigger the layers this key was bound to previously, and I don't think it is that ergonomic.
2025-12-17treewide: Use correct `mktemp` with template invocationBenedikt Peetz
2025-12-17modules/disk: Don't use `space_cache`Benedikt Peetz
This requires a reformatting, which I don't want to do right now.
2025-12-17treewide: Update pins to 25.11Benedikt Peetz
2025-12-15modules/disk: Significantly tune down compressionBenedikt Peetz
Btrfs consistently locks up my whole system.
2025-12-11modules/disk: Adapt to lix's new build directoryBenedikt Peetz
The switched, so that the paths are not that long.
2025-12-11modules/nixos-option: DisableBenedikt Peetz
2025-12-09treewide: Give tempfiles descriptive namesBenedikt Peetz
This makes it easier to see, where each tempfile comes from.
2025-12-01modules/nvim/plgs/vimtex: DisableBenedikt Peetz
The plugin gets more in the way, than it helps.
2025-12-01modules/lf/prev/text: Also preview `application/postscript` as textBenedikt Peetz
Some `tex` files are categorized as this.