From 5d2f7b5ce009e69ac967b80b0e9f4de7e96dd1db Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 26 Feb 2026 11:14:34 -0700 Subject: [PATCH 1/2] inotify --- nix/home-manager/work.home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-manager/work.home.nix b/nix/home-manager/work.home.nix index 04be139..c990124 100644 --- a/nix/home-manager/work.home.nix +++ b/nix/home-manager/work.home.nix @@ -41,7 +41,6 @@ in { iperf #makemkv #elixir_1_18 - #inotify-tools # gnome-themes-extra uv ghostty @@ -69,6 +68,7 @@ in { # codex elixir elixir-ls + inotify-tools ]; fonts.fontconfig.enable = true; programs.firefox = { From 096cf1cc2dca525a3db2fc634ac487edbf6e0580 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 26 Feb 2026 11:16:07 -0700 Subject: [PATCH 2/2] watchman --- nix/home-manager/work.home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home-manager/work.home.nix b/nix/home-manager/work.home.nix index c990124..0069d8b 100644 --- a/nix/home-manager/work.home.nix +++ b/nix/home-manager/work.home.nix @@ -69,6 +69,7 @@ in { elixir elixir-ls inotify-tools + watchman ]; fonts.fontconfig.enable = true; programs.firefox = {