Skip to content

Commit

Permalink
droid: reload termux settings on activation
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jan 18, 2025
1 parent 13de6d8 commit f59bf78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stylix/droid/terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ in
terminal.colors = lib.getAttrs colorAttrs (
fromKittyConf (builtins.readFile theme)
);

android-integration.termux-reload-settings.enable = true;
build.activationAfter.reloadTermuxSettings = ''
$DRY_RUN_CMD termux-reload-settings
'';
};
}

0 comments on commit f59bf78

Please sign in to comment.