aboutsummaryrefslogtreecommitdiff
path: root/tw/home
AgeCommit message (Collapse)Author
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
2023-11-21Fix CSS indentTimo Wilken
2023-11-21Package neomutt's mutt_oauth2.py scriptTimo Wilken
This gets rid of the last git submodule.
2023-11-14Add Dash docsets for more languagesTimo Wilken
2023-11-14Fix enabling aggressive-indent-mode in Common Lisp modeTimo Wilken
2023-11-14Load Lisp project automatically when entering REPLTimo Wilken
2023-11-11Add `ggm' command to show a log since branching off from masterTimo Wilken
2023-11-11Install fixed Steam launcher in home profileTimo Wilken
This can run Cities:Skylines with "Steam Linux Runtime 1.0 (scout)" as a forced Steam compatibility tool. Installing it here is easier than launching Steam from the command line every time.
2023-11-10Make graphical services depend on new x11-display serviceTimo Wilken
This should avoid spam from failing services when logging in on a TTY.
2023-11-10Set up Ansible development environmentTimo Wilken
2023-11-09Bookmark aido2osx[78] in vinagreTimo Wilken
2023-11-08Track renaming of restic passwordsTimo Wilken
2023-11-07Fix actionlint buffer detectionTimo Wilken
In multi-mode yaml buffers, e.g. parts of alidist-mode buffers, `buffer-file-name' returns nil instead, which previously raised an error here.
2023-11-04Disable unused-variable warnings in flymake-guileTimo Wilken
These produce too many false positives, e.g. every time `match' is used. Also, reduce indentation by inverting the `if' condition.
2023-11-04Disable info's mouse trackingTimo Wilken
2023-11-04Reduce nesting in `ppscm'Timo Wilken