aboutsummaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
2024-03-01Activate home-dbus service only in graphical environmentsTimo Wilken
It's annoying on servers, because logging in via SSH spawns a new Shepherd + dbus instance each time.
2024-02-29Update ledgerplot to 1.1.2Timo Wilken
2024-02-28Package Rail Route game using guix-gaming-channelsTimo Wilken
2024-02-26Make Paperless handle PDF files more gracefullyTimo Wilken
2024-02-25Protect against container failing to startTimo Wilken
2024-02-25Reverse proxy tweaks for PaperlessTimo Wilken
* Allow large uploads through nginx * Pass though WebSocket connections
2024-02-25Add Paperless-ngx serviceTimo Wilken
2024-02-25Set environment variables in the outer envTimo Wilken
Curl doesn't recognise variables set only through php-fpm's configuration.
2024-02-25Explicitly set PATH for php-fpmTimo Wilken
This doesn't seem to be set by default (any more?). Nextcloud complains about PATH being empty.
2024-02-25Set environment variables in php-fpm configurationTimo Wilken
...instead of relying on them to be passed through from the outer environment. PHP-FPM doesn't always do that, including when it's configured as in Guix.
2024-02-22Blacklist broken usblp printer driver moduleTimo Wilken
2024-02-16Clean up redshift configurationTimo Wilken
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-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