diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-07 22:41:27 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-07 22:41:27 -0400 |
| commit | e0243238674bd850779ecbe0b1d6362e7729d08e (patch) | |
| tree | 48befcaa8d154cac571ee84c47ad2ec8cecf9f34 | |
| parent | b9e0079564416d1704a05d84013e6186e33f51b3 (diff) | |
ignore pip
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index ceff2df..d7a8186 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -86,6 +86,7 @@ in { | |||
| 86 | }; | 86 | }; |
| 87 | extraConfig = '' | 87 | extraConfig = '' |
| 88 | yabai -m rule --add app='System Settings' manage=off | 88 | yabai -m rule --add app='System Settings' manage=off |
| 89 | yabai -m rule --add app="^Zen$" title="^Picture-in-Picture$" manage=off | ||
| 89 | '' | 90 | '' |
| 90 | # Add simple-bar signals if enabled | 91 | # Add simple-bar signals if enabled |
| 91 | + lib.optionalString config.home-manager.users.${username}.ryan.simple-bar.enable '' | 92 | + lib.optionalString config.home-manager.users.${username}.ryan.simple-bar.enable '' |
