aboutsummaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
2023-09-12Factor out proper Git and GnuPG service typesTimo Wilken
2023-09-12Always encrypt to default key as wellTimo Wilken
Allow specifying a default key for GnuPG, to which it will encrypt everything. This allows me to still read me sent encrypted mail in aerc. See also: https://lists.sr.ht/~rjarry/aerc-discuss/%3CCUMGQ2JG8G0P.YIQ497JVC3AW%40nixos%3E
2023-09-11Wait for backlight to come up before setting itTimo Wilken
2023-09-08Remove unused and obsolete X modulesTimo Wilken
2023-09-08Package Oolite partiallyTimo Wilken
2023-09-08Run cleanup for OAndBackupX backups laterTimo Wilken
2023-09-08Clean up new "sync" restic repoTimo Wilken
2023-09-08Support limiting restic cleanup by hostnameTimo Wilken
2023-09-08Back up Syncthing data separatelyTimo Wilken
This should allow sharing the underlying data with backups from fp4.twilken.net.
2023-09-05Fix OpenMoji height adjustment since the font works againTimo Wilken
2023-09-04Bind :sign and :encrypt keys for aercTimo Wilken
2023-09-04Add packages for CV and contact listTimo Wilken
2023-09-02Enable scanning using sane-airscan + ipp-usbTimo Wilken
This allows using my scanner properly, since I haven't connected it to the network.
2023-09-01Use new `texlive-scheme-small' package to replace deleted `texlive'Timo Wilken
This should also reduce download times, since `texlive' weighed a huge 3.24G. The `texlive' variable also seems to have been removed in recent guix revisions.
2023-08-10Keep fewer Signal backupsTimo Wilken
Don't need so many.
2023-08-02Configure xfce4-screenshooterTimo Wilken
2023-08-02Avoid using `%unset-value' directlyTimo Wilken
Just don't specify a default value to use it, and use `maybe-value-set?' to check for user-provided values.
2023-08-02Fix git work identity configTimo Wilken
The work gitconfig wasn't getting applied. Explicitly include it in the main gitconfig in an extensible way.
2023-07-23Improve sly setupTimo Wilken
Need a `sly-eval-buffer' command. Also, `sly-mrepl' doesn't work without running `sly' beforehand.
2023-07-19Configure emacs-sly for Common Lisp devTimo Wilken
2023-07-04Manually set backlight through /sysTimo Wilken
This should avoid xbacklight's XRandR errors on boot.
2023-07-02Set backlight on laptop startupTimo Wilken
2023-06-30Add WIP sleep support to sessionmenuTimo Wilken
Doesn't really work yet, because writing to /sys/power/state needs root.
2023-06-30Modernise aerc config for 0.15.0+Timo Wilken
Some config settings were deprecated and/or changed.
2023-06-30Configure username for alimetal machine(s)Timo Wilken
2023-06-29Add basic msmtp configurationTimo Wilken
TODO: configure git-send-email to use msmtp instead of connecting to the SMTP server directly? In case I want to switch to offlineimap + notmuch + msmtp with aerc, this would be useful.
2023-06-29Improve prompt colouring if user is rootTimo Wilken
2023-06-29Fix zsh host completion colouringTimo Wilken
2023-06-29Back up savegames in Steam sandboxTimo Wilken
2023-06-29Remove another git adviceTimo Wilken
2023-06-16Use upstream channel by default, not local checkoutTimo Wilken
2023-06-11Remove deleted timo@wilkenfamily.de mailboxTimo Wilken
2023-06-10Auto-shrink Geiser REPL windowTimo Wilken
2023-06-09Use Xfce screenshooter insteadTimo Wilken
2023-06-08Add xcopy and xpaste aliasesTimo Wilken
2023-06-07Fix invocation of imv command by aercTimo Wilken
This way, it's invoked only when the user presses "O" instead of when switching to the image attachment.
2023-06-07Fix aerc deletion keybindsTimo Wilken
"D" should mean "move to bin" in view mode as well.
2023-06-06Use new screen-locker syntax for lapTimo Wilken
2023-06-06Remove unused home channelTimo Wilken
The guix-gaming-games channel isn't used, so remove it. This way we can just fall back to the system channels.
2023-06-05Install more alibuild-related packagesTimo Wilken
2023-06-05Add modules dependency for python-alibuildTimo Wilken
2023-06-05Update work mail config to match home configTimo Wilken
2023-06-05Fix screen-locker-configuration syntaxTimo Wilken
2023-06-05Install pdsh for parallel SSHTimo Wilken
2023-06-05Stop importing deleted moduleTimo Wilken
2023-06-04Format and lint xcwd packageTimo Wilken
Also, replace extra build phase with setting `#:make-flags' instead, using undocumented(?) `%output' variable, as done in Guix itself for other packages.
2023-06-04Add mising protobuf subpackageTimo Wilken
2023-06-04Remove yamllint-1.31 package that was merged upstreamTimo Wilken
2023-06-04Fix typo in offloading setupTimo Wilken
Also, only offload to vin at home, not lud, to avoid having to upload stuff over a slow link.
2023-06-04Set up offloading from laptop to serversTimo Wilken