aboutsummaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
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
2023-01-01Use local license file for SimutransTimo Wilken
2023-01-01Install git system-wideTimo Wilken
Required in order to receive git pushes on the server.
2023-01-01Rofi changes merged upstreamTimo Wilken
2022-12-31Publish own changes to Rofi themeTimo Wilken
2022-12-31Track system configurationTimo Wilken
2022-12-31Extract common home configuration for server and laptopTimo Wilken
2022-12-31Extract theming files into separate moduleTimo Wilken
2022-12-30Import custom packagesTimo Wilken
Also, import package modules instead of using `specifications->packages'.
2022-12-30Fix SSH port for ludTimo Wilken
2022-12-30Reorganise Guix home declaration into module treeTimo Wilken