diff --git a/home/Android.nix b/home/Android.nix index 4581062e..5bb0b53f 100644 --- a/home/Android.nix +++ b/home/Android.nix @@ -27,7 +27,7 @@ in config = lib.mkIf cfg.enable { environment.packages = package.core; - nix.extraOptions = "experimental-features = nix-command flakes"; + nix.extraOptions = "experimental-features = nix-command flakes pipe-operators"; system.stateVersion = const.droidStateVersion; time.timeZone = const.timeZone; terminal = { inherit (android) font colors; };