diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index b6afe47..95b3234 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -33,9 +33,9 @@ # Configure programs programs = { zsh.enable = true; - # Load and unload environment variables. + # Load and unload environment variables direnv.enable = true; - # Android debug bridge: communicate with devices. + # Android debug bridge: communicate with devices adb.enable = true; };