diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 23:28:49 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 23:28:49 -0400 |
| commit | 36e5025868cfd674ef4f8a0ae0529371d6581572 (patch) | |
| tree | 207eab51f636a157e562afca623668eec0f35630 /users/ryan/home.nix | |
| parent | 8c57a511a35702ddf354f3cb52e04228a36bee82 (diff) | |
hammerspoon listener pt 1
Diffstat (limited to 'users/ryan/home.nix')
| -rw-r--r-- | users/ryan/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/ryan/home.nix b/users/ryan/home.nix index f1c1b32..2aaacb3 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix | |||
| @@ -106,6 +106,9 @@ | |||
| 106 | ''; | 106 | ''; |
| 107 | }; | 107 | }; |
| 108 | 108 | ||
| 109 | # Add hammerspoon if on mac | ||
| 110 | home.file.".hammerspoon".source = lib.mkIf pkgs.stdenv.isDarwin ./hammerspoon; | ||
| 111 | |||
| 109 | programs.zsh = { | 112 | programs.zsh = { |
| 110 | enable = true; | 113 | enable = true; |
| 111 | initContent = let | 114 | initContent = let |
