diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-03 16:51:28 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-03 16:51:28 +0530 |
| commit | a4a87bd11e228a2a57bfedd48d3594371cf40329 (patch) | |
| tree | 97d7f6e0380afd57fec26cbbb36e4671f7b19e81 /common/modules/mango/scripts.nix | |
| parent | 1c53159c5af290a3d90376c5375af602ac55c94a (diff) | |
noidea im just tryna do something
Diffstat (limited to 'common/modules/mango/scripts.nix')
| -rw-r--r-- | common/modules/mango/scripts.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix index 4fe7e2d..4379313 100644 --- a/common/modules/mango/scripts.nix +++ b/common/modules/mango/scripts.nix @@ -107,9 +107,12 @@ let xrdb -merge "$HOME/.Xresources" fi - ${lib.optionalString (config.beeMods.terminal.default == "foot") '' - [ -f "$HOME/.config/sequences" ] && sh "$HOME/.config/sequences" - ''} + ${lib.optionalString + (config.beeMods.terminal.default == "foot" || config.beeMods.terminal.default == "ghostty") + '' + [ -f "$HOME/.config/sequences" ] && sh "$HOME/.config/sequences" + '' + } } cmd_wall() { |
