aboutsummaryrefslogtreecommitdiff
path: root/tw/home
AgeCommit message (Collapse)Author
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-05Show battery level in htopTimo Wilken
2024-06-05Reduce bluetooth-related complexityTimo Wilken
All machines now support Bluetooth, so remove the special flag for it.
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-04Allow configuring SSH key for CERN laptopTimo Wilken
Replace old, now-unused CERN config parameter with the new parameters.
2024-05-18Update Simutrans and pak128 to 124.0 and 2.9Timo Wilken
This Simutrans version now uses the XDG standard by default.
2024-05-15Laptop-specific configuration for CERN machineTimo Wilken
2024-05-13Fix monitor names for new CERN laptopTimo Wilken
2024-04-09Configure ATLAS git identityTimo Wilken
2024-03-10Back up Unity game dataTimo Wilken
This is Rail Route and Kerbal Space Program.
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-09Hide company modes from Emacs modelineTimo Wilken
2024-03-09Replace corfu with companyTimo Wilken
Corfu was throwing weird errors on completion sometimes. It also doesn't play well with evil-mode, often breaking the "escape" key.
2024-03-08Use upstream aerc catppuccin themeTimo Wilken
2024-03-08Start async editor in i3Timo Wilken
This means there aren't any pointless "emacsclient" processes hanging around. In interactive environments, we have ASYNC_EDITOR set anyway.
2024-03-03Improve Emacs evil searchTimo Wilken
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-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-01Go back to old alidist-script-mode, since the TreeSitter mode seems brokenTimo 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-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-14Put btl monitor in 144Hz mode by defaultTimo Wilken
2024-01-14Fix monitor name on btlTimo Wilken
2024-01-12Configure new machine, `btl'Timo Wilken
2024-01-07Follow upstream module renaming of steam-clientTimo Wilken
2023-12-15Whitelist a safe local variable used by nonguixTimo Wilken
2023-12-11Customise passmenu prompt to show what will be typedTimo Wilken
Also, document an older option and switch on `sh -u` safety option.
2023-12-03Allow using org-babel-gnuplotTimo Wilken
2023-12-02Bind <leader>fp to find file in projectTimo Wilken
2023-12-01Fix .asd finding functionTimo Wilken
2023-11-28Revert to upstream steam-containerTimo Wilken
The grafted libx11 has been ungrafted, so the package replacement is no longer needed.
2023-11-27Disable flymake-collection Python checkersTimo Wilken
These seem to slow down large buffers a lot, and eglot already does linting.
2023-11-23Specify custom battery/adapter names for polybarTimo Wilken
2023-11-22Basic home declaration for frmTimo Wilken