diff options
author | Vincent Ambo <tazjin@tvl.su> | 2025-01-26T09·41+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2025-02-01T08·42+0000 |
commit | 160a50c544477c4904bbfd20b265b84ce412a787 (patch) | |
tree | c64d5b5c8c4ff00dab7a1c28acf1f445e770f885 | |
parent | dd5100acf5e45382f06617757812421330c732ef (diff) |
feat(tazjin/nixos): install watchexec everywhere r/9146
much easier to use than my typical inotify shell loop Change-Id: Id9c260d7f57bdde5307149e982ace4eca960ecdb Reviewed-on: https://cl.tvl.fyi/c/depot/+/13055 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index baae1b6b5bfe..ef33ae403867 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -86,6 +86,7 @@ in unzip vlc volumeicon + watchexec whois xclip xsecurelock |