aboutsummaryrefslogtreecommitdiff
path: root/tw/services
AgeCommit message (Collapse)Author
8 daysUse upstream emacs-flymake-guile instead of self-written oneTimo Wilken
8 daysUse upstream emacs-vcard-modeTimo Wilken
8 daysUse external alidist-mode packageTimo Wilken
2024-08-27Add arm64 filter to Nextcloud nginx configTimo Wilken
https://github.com/nextcloud/documentation/commit/312b12737ce52be5c9baacaaa8ff32b20cf415cb
2024-08-27Fix response headers for Nextcloud assetsTimo Wilken
https://github.com/nextcloud/documentation/commit/4ef607d350aa6f19f07ebe2fb0b8e3951248649f
2024-08-27Serve webp files properly for Nextcloud 30Timo Wilken
https://github.com/nextcloud/documentation/commit/64cfff1db89b437e758bfc6975dff5983d2cef0d
2024-08-26Fetch electricity consumption info laterTimo Wilken
2024-08-25Allow installing MTA setuid programs on first tryTimo Wilken
2024-08-25Configure nullmailer on serversTimo Wilken
2024-08-25Clean up old readme notesTimo Wilken
2024-08-25Move to guile-squee for better prepared statement supportTimo Wilken
This avoids potential SQL injection when putting API response values directly into the SQL statement.
2024-08-25Upsert electricity valuesTimo Wilken
If a value already exists for a specific time, this normally causes an error. Replace the value instead.
2024-08-25Remove ALICE-specific configurationTimo Wilken
2024-08-24Archive daily electricity consumption data from EnedisTimo Wilken
Extract personal data collection programs into a separate service, and add one that fetches electricity consumption data daily.
2024-08-24Enable org-modern themeTimo Wilken
2024-08-24Stop exporting obsolete variablesTimo Wilken
2024-08-24Back up Minecraft data automaticallyTimo Wilken
2024-08-22Force szio-solitaire to float in waylandTimo Wilken
This should fix the behaviour where part of the window might be cut off, if the window is opened at the wrong size initially.
2024-08-18Fix i3lock invocationTimo Wilken
2024-08-18Install PDF utilitiesTimo Wilken
2024-08-15Enable wayland backend for SDL2 gamesTimo Wilken
2024-08-15Bind :envelope key consistently in aercTimo Wilken
2024-08-15Fix aerc deletion key bindings for 0.18Timo Wilken
2024-08-14Run calculator under WaylandTimo Wilken
2024-08-12Upgrade aerc configuration for 0.18.1Timo Wilken
2024-08-05Fix host key generation failure detectionTimo Wilken
2024-07-26Improve display for non-linked network devicesTimo Wilken
2024-07-26Remove old kitty-specific git configTimo Wilken
This is not useful in Wayland environments anymore, and I never really used it anyway.
2024-07-19Make Electron apps use Wayland nativelyTimo Wilken
2024-07-14Fix shell error on unset variableTimo Wilken
2024-07-12Rescale laptop screen slightlyTimo Wilken
2024-07-12Fix mistake in omitting common home files from X11 configTimo Wilken
2024-07-12Install Minecraft launcher only on gaming machinesTimo Wilken
2024-07-12Track wlprop scriptTimo Wilken
2024-07-12Use Wayland desktop on Framework desktopTimo Wilken
2024-07-12Adapt sway window matching to WaylandTimo Wilken
Get rid of old X11 matchers, including window class.
2024-07-12Make waybar more similar to previous polybar configTimo Wilken
2024-07-11Wayland-based desktop supportTimo Wilken
Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics.
2024-07-04Fix system package installation on ludTimo Wilken
Previously, this led to e.g. coreutils not being installed system-wide. Switch to not specifying the `operating-system-packages' field at all and just use `profile-service-type'. This also lets me move Nextcloud-specific packages into the appropriate service module.
2024-06-13Fix aerc reply date formatTimo Wilken
2024-06-12Decode HTML-only emails automatically when replying in aercTimo Wilken
2024-06-05Reduce bluetooth-related complexityTimo Wilken
All machines now support Bluetooth, so remove the special flag for it.
2024-06-05Pare down work-only calendar sync configTimo Wilken
* copy relevant entries into work-only vdirsyncer config * fix CERN Exchange calendar configuration * remove default calendar in khal, so that it works on the work machine
2024-06-05Extract gaming-specific config into its own serviceTimo Wilken
2024-06-04Allow configuring thermal zone shown in polybarTimo Wilken
This is highly likely to be different on different machines.
2024-06-03Convert to new way of importing in Shepherd functionsTimo Wilken
2024-05-28Fix Docker Shepherd serviceTimo Wilken
2024-05-28Set up Minecraft serverTimo Wilken
2024-05-23Install Minecraft launcherTimo Wilken
2024-04-24Provide argv[0] for polybarTimo Wilken