aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-16Generate home-openssh-configuration instead of full serviceTimo Wilken
This lets me extend the configuration, if I need to, by inheriting from the generated configuration.
2024-02-16Unify custom home services into tw-home-service-typeTimo Wilken
Instead of passing around lists of simple-services, create one new configurable service-type that extends everything it needs to. Install packages using home-profile-service-type instead of passing around lists.
2024-02-16Follow upstream move of go-golang-org-x-net packageTimo Wilken
2024-02-16Clean up backups from new machinesTimo Wilken
2024-02-16Back up user data on new machinesTimo Wilken
2024-02-16Add note about Emacs Wayland compatTimo Wilken
2024-02-15Follow upstream move of go-github-com-prometheus-client-modelTimo Wilken
2024-02-15Install simple solitaire gameTimo Wilken
2024-02-11Specify database user for ledgerplotTimo Wilken
2024-02-11Fix execl/execlp usageTimo Wilken
`execlp' does not allow omitting argv[0], so there's no point to using it -- we always have the full binary path anyway.
2024-02-11Simplify cgit about-filter programTimo Wilken
2024-02-11Update ledgerplot and fetch exchange rates on weeknightsTimo Wilken
2024-02-11Use the less memory-hungry ledgerplot instead of hledger-dashboardTimo Wilken
2024-02-09Update python-alibuild to 1.16.1Timo Wilken
2024-02-09Update hashicorp-packer to 1.10.1Timo Wilken
2024-02-02Remove QuickLisp dependency for Lisp env setupTimo Wilken
QuickLisp might not be installed at all, and I don't need it, since I use Guix to install dependencies anyway.
2024-02-01Disable annoying bracket navigation keys in evil-cleverparensTimo Wilken
2024-02-01Follow move of age packageTimo Wilken
2024-02-01Go back to old alidist-script-mode, since the TreeSitter mode seems brokenTimo Wilken
2024-02-01Add alienv.guix wrapper script for alienvTimo Wilken
2024-01-31Disable garbage collector message in EmacsTimo Wilken
2024-01-30Use emacs-gcmh to optimise garbage collectionTimo Wilken
2024-01-30Fix use-package syntax for smartparensTimo Wilken
2024-01-30Document ideas in READMETimo Wilken
2024-01-24Fix Emacs linter setup for Python filesTimo Wilken
2024-01-24Add Emacs binding for toggle-debug-on-errorTimo Wilken
2024-01-24Fix syntax for setting Emacs completion-stylesTimo Wilken
2024-01-24Update python-alibuild to 1.16.0Timo Wilken
2024-01-21Set Strict-Transport-Security header for NextcloudTimo Wilken
Since Nextcloud is complaining about it.
2024-01-20Fix file locations for moved PIM servicesTimo Wilken
2024-01-20Fix moving PIM services to parent moduleTimo Wilken
2024-01-19Install PIM environment on new end-user machinesTimo Wilken
2024-01-17Delete channels in user profile on work machineTimo Wilken
These mask the system channels, so "guix pull" doesn't pick up my own channel.
2024-01-15External screen is now attached to btlTimo Wilken
2024-01-15Tweak Emacs completionTimo Wilken
2024-01-15Use published channel on work machineTimo Wilken
2024-01-14Fix string-join syntaxTimo Wilken
2024-01-14Mount more savegame locations in Steam containerTimo Wilken
2024-01-14Mount synced savegame directories into Steam containerTimo Wilken
2024-01-14Fix WLAN device name on btlTimo Wilken
2024-01-14Put btl monitor in 144Hz mode by defaultTimo Wilken
2024-01-14Include firmware for RZ608 WiFi cardTimo Wilken
This is used in btl.
2024-01-14Fix Wireguard host namingTimo Wilken
2024-01-14Configure CPU scheduler on frmTimo Wilken
2024-01-14Fix monitor name on btlTimo Wilken
2024-01-14Add user SSH key for btlTimo Wilken
2024-01-13Fix /home partition on btlTimo Wilken
2024-01-13Move common firmware to separate moduleTimo Wilken
2024-01-13Configure SSH and WireGuard for btlTimo Wilken
2024-01-13Support AMD RZ616 WiFi card in installer imageTimo Wilken