Rework colorsync file-watching using fswatch instead of watchman

This commit is contained in:
Martin Larsson 2025-08-28 23:00:23 +02:00
parent f74c830e88
commit de289309f7
5 changed files with 72 additions and 85 deletions

View file

@ -67,7 +67,7 @@ let
in
{
imports = [
./common/watchman_colorsync_services.nix
./common/colorsync_services.nix
./common/firefox.nix
];
@ -144,8 +144,8 @@ in
rainfrog
atac
p7zip
watchman
colorsync
fswatch
];
file = utils.mk_symlinks { inherit config dotfiles; };