tvl-depot/users/Profpatsch/nix-home
Profpatsch 6477428c36 feat(pkgs/Profpatsch/alacritty): init dark mode dbus daemon
A simple dbus daemon that writes the alacritty config to
`~/.config/alacritty/alacritty-colors-autogen.toml` on startup and
whenever a change between dark/light mode is requested.

Alacritty only implements an config file isync watcher, no SIGHUP
handler or similar, so we have to actually write the config file lol.

This is all a little glue-y, but idk, whatever.

Further reading & inspo:

https://github.com/alacritty/alacritty/issues/5999
https://www.christianfosli.com/posts/2024-on-colorscheme-changed/
https://github.com/christianfosli/on-colorscheme-changed

Change-Id: Iac4eb9d85679dc87e28e57d68384645b3b91d08a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12870
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
2024-12-10 15:34:03 +00:00
..
default.nix feat(pkgs/Profpatsch/alacritty): init dark mode dbus daemon 2024-12-10 15:34:03 +00:00
README.md docs(users/Profpatsch): Add small README to most subdirs 2023-04-08 12:25:07 +00:00

nix-home

My very much simplified version of home-manager.

Only takes care about installing symlinks into $HOME, and uses GNU stow for doing the actual mutating.

No support for services (yet).