aboutsummaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
AgeCommit message (Collapse)Author
2024-08-25Remove ALICE-specific configurationTimo Wilken
2024-08-18Fix i3lock invocationTimo Wilken
2024-08-18Install PDF utilitiesTimo Wilken
2024-08-15Enable wayland backend for SDL2 gamesTimo Wilken
2024-08-14Run calculator under WaylandTimo Wilken
2024-08-12Upgrade aerc configuration for 0.18.1Timo Wilken
2024-07-26Improve display for non-linked network devicesTimo Wilken
2024-07-19Make Electron apps use Wayland nativelyTimo 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-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-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-23Install Minecraft launcherTimo Wilken
2024-04-24Provide argv[0] for polybarTimo Wilken
2024-03-12Revert to custom aerc themeTimo Wilken
The upstream one is too low-contrast.
2024-03-10Track guix-gaming-channels configurationTimo Wilken
2024-03-10Generate PNG desktop background directlyTimo Wilken
This avoids having to copy the image to different machines.
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
2023-11-23Specify custom battery/adapter names for polybarTimo Wilken
2023-11-05Fix `match-record' indentationTimo Wilken
2023-09-12Factor out common desktop servicesTimo Wilken
Most of the code for setting desktop layouts is common between machines. Also, make the blueman-applet service reusable.