aboutsummaryrefslogtreecommitdiff
path: root/tw/home/frm.scm
AgeCommit message (Collapse)Author
2024-07-12Use Wayland desktop on Framework desktopTimo 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-05Reduce bluetooth-related complexityTimo Wilken
All machines now support Bluetooth, so remove the special flag for it.
2024-04-09Configure ATLAS git identityTimo 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.
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-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-16Back up user data on new machinesTimo Wilken
2024-01-19Install PIM environment on new end-user machinesTimo Wilken
2024-01-07Follow upstream module renaming of steam-clientTimo Wilken
2023-11-23Specify custom battery/adapter names for polybarTimo Wilken
2023-11-22Basic home declaration for frmTimo Wilken