summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-22Update SSH client config to use common server configTimo Wilken
This should make the SSH config more maintainable by putting things like SSH port numbers in one common place.
2023-01-22Extract common server packages and servicesTimo Wilken
This should improve maintainability a bit by combining common services running on the servers. Additionally, this parameterises common parts by servers' host names instead of the host-name-like symbols as before.
2023-01-22Extract common server user accountsTimo Wilken
2023-01-22Improve geiser keybindingsTimo Wilken
2023-01-22Install bsd-gamesTimo Wilken
2023-01-22Only start polybar if its monitor is connectedTimo Wilken
2023-01-19Add prototype of guile flymake linterTimo Wilken
2023-01-19Try to set Emacs native-comp cache directory earlierTimo Wilken
2023-01-19Minor keymap improvementsTimo Wilken
2023-01-19Always use evil-symbol-word-searchTimo Wilken
2023-01-19Fix eglot setupTimo Wilken
2023-01-19Fix flymake-collection setupTimo Wilken
2023-01-19Diminish more minor modesTimo Wilken
2023-01-19Fix Emacs data pathsTimo Wilken
2023-01-19Adjust zshrc for recent plugin changesTimo Wilken
2023-01-19Add almost-working Python 3.11 packageTimo Wilken
2023-01-19Remove zsh-autopair and package zsh-history-substring-searchTimo Wilken
Autopair is a bit annoying. I've been missing zsh-history-substring-search though, so package it.
2023-01-19Fix alidist-mode regexesTimo Wilken
2023-01-19Allow specifying non-GUI pinentry programTimo Wilken
On servers, I want to use pinentry-tty instead.
2023-01-19Disable ddcci-driver-linuxTimo Wilken
It fails to build and I wasn't using it anyway.
2023-01-19Fix picom invocationTimo Wilken
`--experimental-backends' is no longer supported; I think the backends are officially supported upstream now.
2023-01-19Add dependencies for video downloader on ludTimo Wilken
2023-01-19Disable annoying vdirsyncer cron jobsTimo Wilken
2023-01-19Add TODO note about Widelands 1.1Timo Wilken
2023-01-19Update alidistlint to 1.3.0Timo Wilken
The build still fails, though, because alidistlint requires a newer Python than is available in Guix.
2023-01-19Add configuration for new host vin.twilken.netTimo Wilken
2023-01-19Add nonfree installer imageTimo Wilken
Use the following command to write this image to disk: dd if=$(guix system image -t efi-raw tw/system/nonfree-installer.scm) \ of=/dev/sdX bs=64k oflag=sync status=progress
2023-01-19Improve shell prompt cwd abbreviation handlingTimo Wilken
2023-01-19Fix SSH port for vin.twilken.netTimo Wilken
2023-01-18Fix format importTimo Wilken
2023-01-09Improve simutrans packaging approachTimo Wilken
- package simutrans itself without paksets - define union packages for simutrans + paksets - use new-style gexps for builders - extract auxiliary simutrans files (e.g. .desktop file) into separate files in the repo
2023-01-09Install games separately to avoid large downloadsTimo Wilken
Games are installed manually in ~/.guix-profile and updated less frequently than the home environment is reconfigured, in order to avoid multi-gigabyte downloads on every reconfigure.
2023-01-09Improve tmux configTimo Wilken
Use vi keys where possible; keep a larger scrollback buffer; make status line more useful.
2023-01-09Mark Guix-related eval forms as safeTimo Wilken
2023-01-08Autoview patches using source-highlight in mailsTimo Wilken
2023-01-08Install tmux configurationTimo Wilken
2023-01-08Improve simple-service and service indentationTimo Wilken
2023-01-08Use single-spaced sentences by defaultTimo Wilken
2023-01-08Run nm-applet on laptopTimo Wilken
2023-01-08Add WIP prometheus-json-exporter and most dependenciesTimo Wilken
2023-01-07Remove misleading commentTimo Wilken
I can't find any documentation about NEXTCLOUD_PHP_CONFIG and the variable doesn't seem to work. Remove the line mentioning it.
2023-01-07Schedule PIM metasyncs less frequentlyTimo Wilken
2023-01-07Actually install new ppscm scriptTimo Wilken
2023-01-07Dedicate more space to htop CPU barsTimo Wilken
2023-01-07Install flightgear flight sim gameTimo Wilken
2023-01-07Enable aggressive-indent-mode in sh-mode and scheme-modeTimo Wilken
2023-01-07Improve htop displayTimo Wilken
2023-01-07Prune and improve zshrcTimo Wilken
- stop loading unneeded zsh modules - use $HISTSIZE from environment - create history directory if it doesn't exist - add "e" alias for $EDITOR
2023-01-07Extract ppscm to separate scriptTimo Wilken
2023-01-07Fix spacing in polybar service descriptionTimo Wilken